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

Modify test for proper operation on BlueGene systems

Modify test1.45 to work on BlueGene systems. Minimum job allocation size
is set equal to the smallest block size.
parent 0be80689
No related branches found
No related tags found
No related merge requests found
...@@ -144,8 +144,12 @@ if {$num_procs_test1 != $num_procs_test2} { ...@@ -144,8 +144,12 @@ if {$num_procs_test1 != $num_procs_test2} {
} }
if {$num_nodes_test3 != 1} { if {$num_nodes_test3 != 1} {
send_user "\nFAILURE: SLURM_NNODES should be 1 ($num_nodes_test3 != 1)\n" if { [test_bluegene] } {
set exit_code 1 send_user "\nWARNING: Can not confirm SLURM_NNODES value, likely expanded to smallest block size\n"
} else {
send_user "\nFAILURE: SLURM_NNODES should be 1 ($num_nodes_test3 != 1)\n"
set exit_code 1
}
} }
if {$num_procs_test3 != 1} { if {$num_procs_test3 != 1} {
......
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