Last change
on this file since 3454 was
2598,
checked in by emillour, 3 years ago
|
Update Jean-Zay arch files (and add some for dynamico).
EM
|
File size:
327 bytes
|
Rev | Line | |
---|
[2165] | 1 | ROOT=$PWD |
---|
| 2 | |
---|
[2598] | 3 | NETCDF_INCDIR="$(nc-config --cflags) $(nc-config --fflags)" |
---|
| 4 | NETCDF_LIBDIR="$(nc-config --flibs)" |
---|
| 5 | NETCDF_LIB="" |
---|
[2165] | 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++" |
---|
Note: See
TracBrowser
for help on using the repository browser.