Skip to content

Commit

Permalink
Fix sequence number so we are running all iterations
Browse files Browse the repository at this point in the history
  • Loading branch information
dvalinrh committed Sep 26, 2023
1 parent e62aa1b commit c76b4d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion streams/streams_extra/run_stream
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ for sockets_add in 1 `seq 2 1 ${numa_nodes}`
do
worker=`echo ${numb_threads}*${sockets_add} | bc`
export OMP_NUM_THREADS=$worker
for iteration in $(seq 1 2 ${iterations})
for iteration in $(seq 1 1 ${iterations})
do
for stream_size in $streams_exec
do
Expand Down

0 comments on commit c76b4d3

Please sign in to comment.