Skip to content
Snippets Groups Projects
Commit 756dbe2e authored by Don Lipari's avatar Don Lipari
Browse files

Part of the changes in revision 17689.

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