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

fix error in counter

parent eaefc7e1
No related branches found
No related tags found
No related merge requests found
......@@ -156,7 +156,7 @@ if {[run_batch_jobs 32 $32node_block_cnt $file_in ] == 0} {
set exit_code 1
}
if {[run_batch_jobs 128 $32node_block_cnt $file_in ] == 0} {
if {[run_batch_jobs 128 $128node_block_cnt $file_in ] == 0} {
send_user "\nFAILURE: 128 cnodes can't be created\n"
set exit_code 1
}
......
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