Last change
on this file since 5297 was
524,
checked in by lmdzadmin, 20 years ago
|
Initial revision
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
914 bytes
|
Line | |
---|
1 | ! |
---|
2 | ! $Header$ |
---|
3 | ! |
---|
4 | C |
---|
5 | C -- inc_sipc.h 97-08-11 Version 2.0 Author: S&A |
---|
6 | C ********** |
---|
7 | C@ |
---|
8 | C@ Contents : variables describing pools formed of shared memory segments |
---|
9 | C@ -------- |
---|
10 | C@ |
---|
11 | C@ -- mpoolinit(r/w) : handles associated to model pools for passing initial info |
---|
12 | C@ |
---|
13 | C@ -- mpoolwrit : handles associated to pools used to pass fields exchanged |
---|
14 | C@ from model to coupler (see libsipc/SIPC_Write_Model.f) |
---|
15 | C@ |
---|
16 | C@ -- mpoolread : handles associated to pools used to pass fields exchanged |
---|
17 | C@ from model to coupler (see libsipc/SIPC_Read_Model.f) |
---|
18 | C@ |
---|
19 | C ------------------------------------------------------------------- |
---|
20 | C |
---|
21 | INTEGER mpoolinitr |
---|
22 | INTEGER mpoolinitw |
---|
23 | INTEGER mpoolwrit(jpmaxfld) |
---|
24 | INTEGER mpoolread(jpmaxfld) |
---|
25 | COMMON / compool / mpoolinitr, mpoolinitw, mpoolwrit, mpoolread |
---|
26 | C ------------------------------------------------------------------- |
---|
Note: See
TracBrowser
for help on using the repository browser.