Skip to content

Commit 415b8c6

Browse files
authored
Merge pull request #14901 from johodges/master
FDS Source: add mpi barrier between INITIALIZE_BACK_WALL_EXCHANGE calls
2 parents 87b6afc + c1a5b5b commit 415b8c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Source/main.f90

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,7 @@ PROGRAM FDS
276276
! done, there is no need to exchange all HT3D cells. The second call reduces the size of the exchange arrays.
277277

278278
CALL INITIALIZE_BACK_WALL_EXCHANGE(1)
279+
CALL MPI_BARRIER(MPI_COMM_WORLD,IERR)
279280
CALL INITIALIZE_BACK_WALL_EXCHANGE(2)
280281

281282
IF (MY_RANK==0 .AND. VERBOSE) CALL VERBOSE_PRINTOUT('Completed INITIALIZE_BACK_WALL_EXCHANGE')

0 commit comments

Comments
 (0)