Last change
on this file since 1677 was
1677,
checked in by aclsce, 13 years ago
|
Imported oasis3 (tag ipslcm5a) from cvs server to svn server (igcmg project).
|
File size:
617 bytes
|
Line | |
---|
1 | MODULE mod_hardware |
---|
2 | ! |
---|
3 | ! -- hardware.h 25-07-95 Version 2.0 Author: Laurent Terray |
---|
4 | ! ********** 24-12-97 Version 2.2 addition of nsigxxx |
---|
5 | ! 23-10-98 Version 2.3 addition of ctype (J.Latour F.S.E.) |
---|
6 | !@ |
---|
7 | !@ Contents : variables related to machine and message passing type |
---|
8 | !@ -------- |
---|
9 | !@ |
---|
10 | !@ -- cchan : type of message passing used to run OASIS (PIPE, SVIPC, CLIM) |
---|
11 | !@ |
---|
12 | ! ------------------------------------------------------------------- |
---|
13 | ! |
---|
14 | USE mod_kinds_oasis |
---|
15 | CHARACTER(len=4) :: cchan |
---|
16 | ! |
---|
17 | END MODULE mod_hardware |
---|
18 | ! |
---|
19 | ! ------------------------------------------------------------------- |
---|
Note: See
TracBrowser
for help on using the repository browser.