Skip to content
Snippets Groups Projects
Commit 5cd96d8a authored by Moe Jette's avatar Moe Jette
Browse files

Tweak logic to eliminate output order dependency.

parent 39fe33de
No related branches found
No related tags found
No related merge requests found
......@@ -74,12 +74,12 @@ expect {
}
-re "SLURM_CPUS_ON_NODE=($number)" {
set cpu_cnt $expect_out(1,string)
incr task_cnt
exp_continue
}
-re "($number): ($alpha_numeric)" {
set task $expect_out(1,string)
set host $expect_out(2,string)
incr task_cnt
exp_continue
}
-re "Task count specification invalid" {
......
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