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

Add description of possible test failure mode

parent 3e60bead
No related branches found
No related tags found
No related merge requests found
......@@ -71,6 +71,10 @@ proc run_gpu_test { gres_cnt } {
incr devices
exp_continue
}
-re "CUDA_VISIBLE_DEVICES=NoDevFiles" {
send_user "\nWARNING: This could indicate that gres.conf lacks device files for the GPUs\n"
exp_continue
}
timeout {
send_user "\nFAILURE: srun not responding\n"
slow_kill $srun_pid
......
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