Skip to content
Snippets Groups Projects
Commit 0727b13f authored by Morris Jette's avatar Morris Jette
Browse files

Change test disabling from Cray to POE

parent 58ac94b7
No related branches found
No related tags found
No related merge requests found
...@@ -44,12 +44,11 @@ set hostfile "test$test_id.hostfile" ...@@ -44,12 +44,11 @@ set hostfile "test$test_id.hostfile"
print_header $test_id print_header $test_id
exec $bin_rm -f $hostfile
if { [test_front_end] } { if { [test_front_end] } {
send_user "\nWARNING: This test incompatible with front-end Systems\n" send_user "\nWARNING: This test incompatible with front-end Systems\n"
exit $exit_code exit $exit_code
} elseif {[test_cray]} { } elseif {[test_launch_poe]} {
send_user "\nWARNING: This test is incompatible with Cray systems\n" send_user "\nWARNING: This test is incompatible with POE systems\n"
exit $exit_code exit $exit_code
} }
...@@ -86,6 +85,7 @@ if { ($node_count < 3) || ($max_nodes < 3) } { ...@@ -86,6 +85,7 @@ if { ($node_count < 3) || ($max_nodes < 3) } {
exit $exit_code exit $exit_code
} }
exec $bin_rm -f %hostfile
set node0 0 set node0 0
set node1 0 set node1 0
set node2 0 set node2 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