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

Add another explanation for test failure

parent db0fe22e
No related branches found
No related tags found
No related merge requests found
...@@ -189,7 +189,7 @@ if {$cpu_cnt != $task_cnt} { ...@@ -189,7 +189,7 @@ if {$cpu_cnt != $task_cnt} {
if {$cpu_cnt != $task_cnt} { if {$cpu_cnt != $task_cnt} {
send_user "FAILURE: Should have run $cpu_cnt tasks (one per core) " send_user "FAILURE: Should have run $cpu_cnt tasks (one per core) "
send_user "instead of $task_cnt tasks\n" send_user "instead of $task_cnt tasks\n"
send_user "NOTE: This could be due to memory limit per allocated CPU or Shared=FORCE\n\n" send_user "NOTE: This could be due to memory limit per allocated CPU, MaxCPUsPerNode, or Shared=FORCE\n\n"
set exit_code 1 set exit_code 1
} }
if {$cpu_cnt < 2} { if {$cpu_cnt < 2} {
......
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