SURFEX v8.1
General documentation of Surfex
c_mpl_barr.F90
Go to the documentation of this file.
1 SUBROUTINE c_mpl_barr
2 IMPLICIT NONE
3 #ifdef SFX_MPI
4 include "mpif.h"
5 #endif
6 INTEGER :: IERR
7 
8 CALL mpi_barrier (mpi_comm_world, ierr)
9 
10 END SUBROUTINE c_mpl_barr
11 
subroutine c_mpl_barr
Definition: c_mpl_barr.F90:2