New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
mpi_mod.F90 in branches/DEV_r1879_FCM/NEMOGCM/EXTERNAL/XMLIO_SERVER/src/IOSERVER – NEMO

source: branches/DEV_r1879_FCM/NEMOGCM/EXTERNAL/XMLIO_SERVER/src/IOSERVER/mpi_mod.F90 @ 1988

Last change on this file since 1988 was 1988, checked in by rblod, 14 years ago

Some cleaning in External and harmonization off cpp keys with NEMO

File size: 208 bytes
Line 
1MODULE mpi_mod
2
3#if ! defined key_mpp_mpi
4    LOGICAL, PARAMETER :: using_mpi=.FALSE.
5    INCLUDE 'ios_mpif.h'
6#else
7    LOGICAL, PARAMETER :: using_mpi=.TRUE.
8    INCLUDE 'mpif.h'
9#endif
10
11END MODULE mpi_mod
Note: See TracBrowser for help on using the repository browser.