Skip to content
Snippets Groups Projects
Commit 61c9d546 authored by David J. Bremer's avatar David J. Bremer
Browse files

Updated to reflect small change in squeue options

parent 69c65172
No related branches found
No related tags found
No related merge requests found
......@@ -78,7 +78,7 @@ if {$job_id == 0} {
}
set node_count 0
spawn $squeue -tall -j $job_id -o "%i %D"
spawn $squeue -tall -j $job_id -o "%i %o"
expect {
-re "$job_id ($number)" {
set node_count $expect_out(1,string)
......
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