source:
LMDZ.3.3/branches/rel-LF/libf/phylmd/inc_sipc.h
@
1006
Last change on this file since 1006 was 98, checked in by , 24 years ago | |
---|---|
|
|
File size: 899 bytes |
Rev | Line | |
---|---|---|
[13] | 1 | C |
2 | C -- inc_sipc.h 97-08-11 Version 2.0 Author: S&A | |
3 | C ********** | |
4 | C@ | |
5 | C@ Contents : variables describing pools formed of shared memory segments | |
6 | C@ -------- | |
7 | C@ | |
8 | C@ -- mpoolinit(r/w) : handles associated to model pools for passing initial info | |
9 | C@ | |
10 | C@ -- mpoolwrit : handles associated to pools used to pass fields exchanged | |
11 | C@ from model to coupler (see libsipc/SIPC_Write_Model.f) | |
12 | C@ | |
13 | C@ -- mpoolread : handles associated to pools used to pass fields exchanged | |
14 | C@ from model to coupler (see libsipc/SIPC_Read_Model.f) | |
15 | C@ | |
16 | C ------------------------------------------------------------------- | |
17 | C | |
18 | INTEGER mpoolinitr | |
19 | INTEGER mpoolinitw | |
[98] | 20 | INTEGER mpoolwrit(jpmaxfld) |
21 | INTEGER mpoolread(jpmaxfld) | |
[13] | 22 | COMMON / compool / mpoolinitr, mpoolinitw, mpoolwrit, mpoolread |
23 | C ------------------------------------------------------------------- |
Note: See TracBrowser
for help on using the repository browser.