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

Disable a test not suitable for BlueGene systems

parent 622e82d6
No related branches found
No related tags found
No related merge requests found
......@@ -45,6 +45,10 @@ if {[test_aix]} {
print_header $test_id
if {[test_bluegene]} {
send_user "\nWARNING: This test is incompatible with Bluegene systems\n"
exit $exit_code
}
if {[test_cray]} {
send_user "\nWARNING: This test is incompatible with Cray systems\n"
exit $exit_code
......@@ -55,14 +59,10 @@ if {[test_cray]} {
#
set timeout $max_job_delay
if { [test_bluegene] } {
set node_cnt 1-2048
if { [test_xcpu] } {
set node_cnt 1-1
} else {
if { [test_xcpu] } {
set node_cnt 1-1
} else {
set node_cnt 1-4
}
set node_cnt 1-4
}
set srun_pid [spawn $srun -N$node_cnt -n$task_cnt -O -t1 $srun -l -n$mult -O $bin_id]
......
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