Skip to content
Snippets Groups Projects
Commit 06cf4d57 authored by Moe Jette's avatar Moe Jette
Browse files

note test not compatible with bgl

parent 212e64c4
No related branches found
No related tags found
No related merge requests found
...@@ -38,6 +38,11 @@ set file_bash "test$test_id.bash" ...@@ -38,6 +38,11 @@ set file_bash "test$test_id.bash"
print_header $test_id 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 { make_bash_script $file_bash {
echo nodeid:$SLURM_NODEID taskid:$SLURM_PROCID localid:$SLURM_LOCALID echo nodeid:$SLURM_NODEID taskid:$SLURM_PROCID localid:$SLURM_LOCALID
exit 0 exit 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment