Skip to content
Snippets Groups Projects
Commit fa66f9a8 authored by Danny Auble's avatar Danny Auble
Browse files
parent 4c3aba40
No related branches found
No related tags found
No related merge requests found
...@@ -171,7 +171,7 @@ for {set i 0} {$i<4} {incr i} { ...@@ -171,7 +171,7 @@ for {set i 0} {$i<4} {incr i} {
# #
# execute srun with a specific node count # execute srun with a specific node count
# #
send "$srun -l $extra $bin_printenv SLURMD_NODENAME\n" send "$srun -l $extra -0 $bin_printenv SLURMD_NODENAME\n"
expect { expect {
-re "($number): ($alpha_numeric)" { -re "($number): ($alpha_numeric)" {
set task_id $expect_out(1,string) set task_id $expect_out(1,string)
...@@ -314,7 +314,7 @@ for {set i 0} {$i<4} {incr i} { ...@@ -314,7 +314,7 @@ for {set i 0} {$i<4} {incr i} {
# execute srun with a specific node count # execute srun with a specific node count
# #
send "$srun -l $extra $bin_printenv SLURMD_NODENAME\n" send "$srun -l $extra -O $bin_printenv SLURMD_NODENAME\n"
expect { expect {
-re "($number): ($alpha_numeric)" { -re "($number): ($alpha_numeric)" {
......
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