Skip to content

Commit

Permalink
Update iterations for short simulations
Browse files Browse the repository at this point in the history
  • Loading branch information
pnbabu committed Jul 16, 2024
1 parent 6b94665 commit 4302bf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extras/benchmark/Running/benchmark_mpi.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
else:
if short_sim:
MPI_SCALES = [2]
ITERATIONS = 1
ITERATIONS = 2
else:
MPI_SCALES = np.logspace(1, math.log2(64), num=6, base=2, dtype=int)
ITERATIONS = 2 # XXXXXXXXXXXX: was 10
Expand Down

0 comments on commit 4302bf2

Please sign in to comment.