Skip to content

Commit ce421bb

Browse files
sbryngelsonmax-Hawkins
authored andcommitted
Fix multi-rank debug case problem (MFlowCode#696)
1 parent e3292c5 commit ce421bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pre_process/m_mpi_proxy.fpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ contains
4343
! Logistics
4444
call MPI_BCAST(case_dir, len(case_dir), MPI_CHARACTER, 0, MPI_COMM_WORLD, ierr)
4545
46-
#:for VAR in ['t_step_old', 'm', 'n', 'p', 'm_glb', 'n_glb', 'p_glb', &
46+
#:for VAR in ['t_step_old', 't_step_start', 'm', 'n', 'p', 'm_glb', 'n_glb', 'p_glb', &
4747
& 'loops_x', 'loops_y', 'loops_z', 'model_eqns', 'num_fluids', &
4848
& 'weno_order', 'precision', 'perturb_flow_fluid', &
4949
& 'perturb_sph_fluid', 'num_patches', 'thermal', 'nb', 'dist_type',&

0 commit comments

Comments
 (0)