source: LMDZ4/trunk/libf/phylmd/mpiclim.h @ 775

Last change on this file since 775 was 766, checked in by Laurent Fairhead, 17 years ago

Merge entre la version V3_conv et le HEAD
YM, JG, LF

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 748 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$OMP THREADPRIVATE(/CLIM_mpiclim/)
24C
25C     -----------------------------------------------------------------
Note: See TracBrowser for help on using the repository browser.