Last change
on this file since 3947 was
704,
checked in by Laurent Fairhead, 18 years ago
|
Inclusion des modifs de Y. Meurdesoif pour la version V3
LF
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
748 bytes
|
Rev | Line | |
---|
[524] | 1 | ! |
---|
| 2 | ! $Header$ |
---|
| 3 | ! |
---|
| 4 | C |
---|
| 5 | C -- mpiclim.h 26-10-99 Version 2.4 Author: Jean Latour (F.S.E.) |
---|
| 6 | C ********* |
---|
| 7 | C@ |
---|
| 8 | C@ Contents : variables related to MPI-2 message passing |
---|
| 9 | C@ -------- |
---|
| 10 | C@ |
---|
| 11 | C@ -- mpi_totproc: number of processors on which to launch each model |
---|
| 12 | C@ |
---|
| 13 | C@ -- mpi_nproc: number of processors involved in the coupling for |
---|
| 14 | C@ each model |
---|
| 15 | C@ -- cmpi_modnam: models name |
---|
| 16 | C ----------------------------------------------------------------- |
---|
| 17 | C |
---|
| 18 | INTEGER*4 mpi_totproc(1:CLIM_MaxMod-1),mpi_nproc(0:CLIM_MaxMod-1) |
---|
| 19 | C |
---|
| 20 | CHARACTER*6 cmpi_modnam(1:CLIM_MaxMod-1) |
---|
| 21 | C |
---|
| 22 | common/CLIM_mpiclim/mpi_totproc, mpi_nproc, cmpi_modnam |
---|
[704] | 23 | c$OMP THREADPRIVATE(/CLIM_mpiclim/) |
---|
[524] | 24 | C |
---|
| 25 | C ----------------------------------------------------------------- |
---|
Note: See
TracBrowser
for help on using the repository browser.