Skip to content

Commit

Permalink
Fix bug. need to create arrays
Browse files Browse the repository at this point in the history
  • Loading branch information
mathomp4 committed May 9, 2024
1 parent 220c2bf commit 68a0bd7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,7 @@ program checkpoint_tester
call support%set_parameters("checkpoint_benchmark.rc")
call MPI_Barrier(MPI_COMM_WORLD,status)

if (support%do_writes) call support%create_arrays()
call support%create_arrays()
call MPI_Barrier(MPI_COMM_WORLD,status)

call support%create_communicators()
Expand Down

0 comments on commit 68a0bd7

Please sign in to comment.