Last change
on this file since 5306 was
13,
checked in by lmdz, 25 years ago
|
Changement de oasis.F pour passage sur Nec LF
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
578 bytes
|
Line | |
---|
1 | C@ |
---|
2 | C@ -- param_sipc.h |
---|
3 | C@ |
---|
4 | C@ -- jpbyteint : number of bytes per integer |
---|
5 | C@ |
---|
6 | C@ -- jpbyterea : number of bytes per real |
---|
7 | C@ |
---|
8 | C@ -- jpbytecha : number of bytes per character |
---|
9 | C@ |
---|
10 | INTEGER jpbyteint,jpbyterea, jpbytecha |
---|
11 | PARAMETER (jpbyteint = 4) |
---|
12 | PARAMETER (jpbyterea = 4) |
---|
13 | PARAMETER (jpbytecha = 1) |
---|
14 | C@ |
---|
15 | C@ -- jptest : The models will test during 2*jptest seconds if the file |
---|
16 | C@ DUMMY_SIPC has been created by OASIS, signaling that the |
---|
17 | C@ SHM pools are opened. After, they will abort. |
---|
18 | C@ |
---|
19 | INTEGER jptest |
---|
20 | PARAMETER(jptest = 100) |
---|
21 | |
---|
Note: See
TracBrowser
for help on using the repository browser.