Last change
on this file since 3246 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
|
Rev | Line | |
---|
[116] | 1 | C |
---|
| 2 | C -- mpiclim.h 26-10-99 Version 2.4 Author: Jean Latour (F.S.E.) |
---|
| 3 | C ********* |
---|
| 4 | C@ |
---|
| 5 | C@ Contents : variables related to MPI-2 message passing |
---|
| 6 | C@ -------- |
---|
| 7 | C@ |
---|
| 8 | C@ -- mpi_totproc: number of processors on which to launch each model |
---|
| 9 | C@ |
---|
| 10 | C@ -- mpi_nproc: number of processors involved in the coupling for |
---|
| 11 | C@ each model |
---|
| 12 | C@ -- cmpi_modnam: models name |
---|
| 13 | C ----------------------------------------------------------------- |
---|
| 14 | C |
---|
| 15 | INTEGER*4 mpi_totproc(1:CLIM_MaxMod-1),mpi_nproc(0:CLIM_MaxMod-1) |
---|
| 16 | C |
---|
| 17 | CHARACTER*6 cmpi_modnam(1:CLIM_MaxMod-1) |
---|
| 18 | C |
---|
| 19 | common/CLIM_mpiclim/mpi_totproc, mpi_nproc, cmpi_modnam |
---|
| 20 | C |
---|
| 21 | C ----------------------------------------------------------------- |
---|
Note: See
TracBrowser
for help on using the repository browser.