V3FIT
mpi_inc.f
Go to the documentation of this file.
1 !*******************************************************************************
4 !
5 ! Note separating the Doxygen comment block here so detailed decription is
6 ! found in the Module not the file.
7 !
9 !*******************************************************************************
10 
11  MODULE mpi_inc
12 
13  IMPLICIT NONE
14 
15 #if defined(MPI_OPT)
16  include 'mpif.h'
17 #endif
18 
19  END MODULE
mpi_inc
Umbrella module avoid multiple inlcudes of the mpif.h header.
Definition: mpi_inc.f:11