source: LMDZ.3.3/branches/rel-LF/libf/phylmd/mpiclim.h @ 537

Last change on this file since 537 was 118, checked in by lmdzadmin, 24 years ago

Rajout pour oasis.F
LF

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 697 bytes
Line 
1C
2C -- mpiclim.26-10-99   Version 2.4   Author: Jean Latour (F.S.E.)
3C    *********
4C@
5C@  Contents : variables related to MPI-2 message passing
6C@  --------
7C@
8C@ -- mpi_totproc: number of processors on which to launch each model
9C@
10C@ -- mpi_nproc: number of processors involved in the coupling for
11C@               each model
12C@ -- cmpi_modnam: models name
13C     -----------------------------------------------------------------
14C
15      INTEGER*4 mpi_totproc(1:CLIM_MaxMod-1),mpi_nproc(0:CLIM_MaxMod-1)
16C
17      CHARACTER*6 cmpi_modnam(1:CLIM_MaxMod-1)
18C
19      common/CLIM_mpiclim/mpi_totproc, mpi_nproc, cmpi_modnam
20C
21C     -----------------------------------------------------------------
Note: See TracBrowser for help on using the repository browser.