Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Source/main.f90
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,7 @@ PROGRAM FDS
! done, there is no need to exchange all HT3D cells. The second call reduces the size of the exchange arrays.

CALL INITIALIZE_BACK_WALL_EXCHANGE(1)
CALL MPI_BARRIER(MPI_COMM_WORLD,IERR)
CALL INITIALIZE_BACK_WALL_EXCHANGE(2)

IF (MY_RANK==0 .AND. VERBOSE) CALL VERBOSE_PRINTOUT('Completed INITIALIZE_BACK_WALL_EXCHANGE')
Expand Down
Loading