Skip to content
Snippets Groups Projects
Commit b9db1d68 authored by Dominik Bartkiewicz's avatar Dominik Bartkiewicz Committed by Danny Auble
Browse files

Continuation of commit 61224bb2

Remove unneeded scontrol call.
parent 61224bb2
No related branches found
No related tags found
No related merge requests found
...@@ -159,22 +159,6 @@ if {[wait_for_job $array2_job_id "DONE"] != 0} { ...@@ -159,22 +159,6 @@ if {[wait_for_job $array2_job_id "DONE"] != 0} {
sleep 5 sleep 5
set timeout 10 set timeout 10
# If PrologFlags=contain is in slurm.conf, then an "extern" step will be
# launched on each node, so we need to check for 3 steps per job instead of 2.
spawn $scontrol show config
expect {
-re "PrologFlags\\s*=\\s*\[A-z/,\]*Contain" {
set expected_steps 3
}
timeout {
log_error "scontrol show config not responding\n"
exit 1
}
eof {
wait
}
}
# Now test sacct one task from each array # Now test sacct one task from each array
run_sacct "$array1_job_id\_1,$array2_job_id\_3" $expected_steps $expected_steps run_sacct "$array1_job_id\_1,$array2_job_id\_3" $expected_steps $expected_steps
......
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