From 06cf4d57a5024a8aef686009d51cb02c5203198e Mon Sep 17 00:00:00 2001 From: Moe Jette <jette1@llnl.gov> Date: Fri, 16 Mar 2007 20:25:59 +0000 Subject: [PATCH] note test not compatible with bgl --- testsuite/expect/test1.92 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/testsuite/expect/test1.92 b/testsuite/expect/test1.92 index 687f76b16e7..c742424d3ca 100644 --- a/testsuite/expect/test1.92 +++ b/testsuite/expect/test1.92 @@ -38,6 +38,11 @@ set file_bash "test$test_id.bash" print_header $test_id +if { [test_bluegene] } { + send_user "\nWARNING: This test is not compatible with bluegene systesm\n" + exit 0 +} + make_bash_script $file_bash { echo nodeid:$SLURM_NODEID taskid:$SLURM_PROCID localid:$SLURM_LOCALID exit 0 -- GitLab