Skip to content

Commit a6ec4b3

Browse files
Debugged the ib markers not being written with file_per_process
1 parent eb0d050 commit a6ec4b3

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/simulation/m_data_output.fpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -753,6 +753,10 @@ contains
753753
end if
754754

755755
call MPI_FILE_CLOSE(ifile, ierr)
756+
757+
if (ib) then
758+
call s_write_parallel_ib_data(t_step)
759+
end if
756760
else
757761
if (ib) then
758762
call s_initialize_mpi_data(q_cons_vf, ib_markers)

0 commit comments

Comments
 (0)