|
Last change
on this file since 525 was
524,
checked in by lmdzadmin, 21 years ago
|
|
Initial revision
|
-
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 | ! |
|---|
| 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 |
|---|
| 23 | C |
|---|
| 24 | C ----------------------------------------------------------------- |
|---|
Note: See
TracBrowser
for help on using the repository browser.