source:
LMDZ4/branches/V3_test/libf/phylmd/inc_sipc.h
@
746
Last change on this file since 746 was 704, checked in by , 18 years ago | |
---|---|
|
|
File size: 945 bytes |
Rev | Line | |
---|---|---|
[524] | 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 | |
[704] | 26 | c$OMP THREADPRIVATE(/compool/) |
[524] | 27 | C ------------------------------------------------------------------- |
Note: See TracBrowser
for help on using the repository browser.