Skip to content
Snippets Groups Projects
Commit 9e630620 authored by David Bigagli's avatar David Bigagli
Browse files

Add another reason to the regression script error message.

parent 6d22f2e4
No related branches found
No related tags found
No related merge requests found
...@@ -242,6 +242,7 @@ if {$matches != $target} { ...@@ -242,6 +242,7 @@ if {$matches != $target} {
send_user "Check PropagateResourceLimits configuration parameter\n" send_user "Check PropagateResourceLimits configuration parameter\n"
send_user "Check $file_err for errors\n" send_user "Check $file_err for errors\n"
send_user "A long running slurmd could cause a file size limit error\n" send_user "A long running slurmd could cause a file size limit error\n"
send_user "slurmd could have been started with limits lower than user launching the task\n"
set exit_code 1 set exit_code 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