Skip to content

Commit

Permalink
place preprocessor statement around io server barrier
Browse files Browse the repository at this point in the history
  • Loading branch information
ICCP Guest authored and ICCP Guest committed Jul 26, 2023
1 parent 06c379f commit f4432d1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/fvom_main.F90
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,10 @@ program main
write(*,*)
end if
! call clock_finish
#ifdef ENABLE_IOSERVER
call MPI_Barrier(comm_fesom_with_ioserver, err)
#endif
if (mype==0) print *, 'FESOM calls par_ex'
call par_ex
end program main

0 comments on commit f4432d1

Please sign in to comment.