Last change
on this file since 3257 was
2688,
checked in by slebonnois, 2 years ago
|
SL: update of the ciclad arch files, so that they work with Ehouarn's XIOS current library
|
File size:
360 bytes
|
Rev | Line | |
---|
[1695] | 1 | ROOT=$PWD |
---|
| 2 | |
---|
[2688] | 3 | NETCDF_LIBDIR="-L/opt/netcdf4/4.4.1.1-parallel/ifort/lib" |
---|
[2183] | 4 | NETCDF_LIB="-lnetcdff" |
---|
[2688] | 5 | NETCDF_INCDIR="-I/opt/netcdf4/4.4.1.1-parallel/ifort/include" |
---|
[1695] | 6 | |
---|
| 7 | IOIPSL_INCDIR="-I$ROOT/ioipsl/modipsl/lib" |
---|
| 8 | IOIPSL_LIBDIR="-L$ROOT/ioipsl/modipsl/lib" |
---|
| 9 | IOIPSL_LIB="-lioipsl" |
---|
| 10 | |
---|
| 11 | XIOS_INCDIR="-I$ROOT/../XIOS/inc" |
---|
| 12 | XIOS_LIBDIR="-L$ROOT/../XIOS/lib" |
---|
| 13 | XIOS_LIB="-lxios -lstdc++" |
---|
| 14 | |
---|
Note: See
TracBrowser
for help on using the repository browser.