Skip to content
Snippets Groups Projects
Commit d9ab1412 authored by Morris Jette's avatar Morris Jette
Browse files

Fix uninitiailzed variable in test

parent 41310757
No related branches found
No related tags found
No related merge requests found
...@@ -60,6 +60,7 @@ proc inc3_11_8 {} { ...@@ -60,6 +60,7 @@ proc inc3_11_8 {} {
set thread_res_num [ expr $core_res_num * $res_thread_cnt ] set thread_res_num [ expr $core_res_num * $res_thread_cnt ]
# (First test) Submit the batch job: a simple job using half the threads on the nodes # (First test) Submit the batch job: a simple job using half the threads on the nodes
set job_id 0
set sbatch_pid [spawn $sbatch --nodes=1-$num_nodes --time=10:00 --ntasks-per-node=$thread_res_num --output=/dev/null $file_in] set sbatch_pid [spawn $sbatch --nodes=1-$num_nodes --time=10:00 --ntasks-per-node=$thread_res_num --output=/dev/null $file_in]
expect { expect {
-re "Submitted batch job ($number)" { -re "Submitted batch job ($number)" {
......
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