source: CONFIG_DEVT/IPSLCM6.5_work_ENSEMBLES/oasis3-mct/lib/mct/mpi-serial/mpif.F90

Last change on this file was 5725, checked in by aclsce, 3 years ago

Added new oasis3-MCT version to be used to handle ensembles simulations with XIOS.

File size: 237 bytes
Line 
1#ifdef HAVE_CONFIG_H
2#include <config.h>
3#endif
4
5Module mpi
6implicit none
7! MPI_ADDRESS_KIND: need an 8-byte integer.
8        INTEGER, PARAMETER, PUBLIC :: MPI_ADDRESS_KIND=selected_int_kind(13)
9
10
11        include "mpif.h"
12end Module mpi
Note: See TracBrowser for help on using the repository browser.