Skip to content
Snippets Groups Projects
Commit 283c860b authored by Danny Auble's avatar Danny Auble
Browse files

BGQ - Make it so bluegene test only runs on an emulated system.

parent 4488ae30
No related branches found
No related tags found
No related merge requests found
......@@ -42,8 +42,12 @@ print_header $test_id
if {([test_bluegene] == 0) || [string compare [get_bluegene_type] "Q"]} {
send_user "\nWARNING: This test is only compatable with Bluegene/Q systems\n"
exit $exit_code
} elseif (![test_emulated]) {
send_user "\nWARNING: This test will only work on an emulated Blugene/Q system."
exit $exit_code
}
#
# Spawn a job via salloc
#
......
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