source: CPL/oasis3-mct_5.0/lib/mct/mpi-serial/mpif.F90 @ 6328

Last change on this file since 6328 was 6328, checked in by aclsce, 17 months ago

First import of oasis3-mct_5.0 (from oasis git server, branch OASIS3-MCT_5.0)

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.