|
Last change
on this file since 3581 was
2688,
checked in by slebonnois, 3 years ago
|
|
SL: update of the ciclad arch files, so that they work with Ehouarn's XIOS current library
|
|
File size:
360 bytes
|
| Line | |
|---|
| 1 | ROOT=$PWD |
|---|
| 2 | |
|---|
| 3 | NETCDF_LIBDIR="-L/opt/netcdf4/4.4.1.1-parallel/ifort/lib" |
|---|
| 4 | NETCDF_LIB="-lnetcdff" |
|---|
| 5 | NETCDF_INCDIR="-I/opt/netcdf4/4.4.1.1-parallel/ifort/include" |
|---|
| 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.