source: LMDZ4/branches/pre_V3/libf/phylmd/mpiclim.h @ 701

Last change on this file since 701 was 701, checked in by (none), 18 years ago

This commit was manufactured by cvs2svn to create branch 'pre_V3'.

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