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