|
Last change
on this file since 3581 was
2256,
checked in by emillour, 6 years ago
|
|
Common dynamics:
Add scripts and arch files to use the GCM with the PGI compiler on the Jean-Zay supercomputer.
EM
|
|
File size:
330 bytes
|
| Line | |
|---|
| 1 | ROOT=$PWD |
|---|
| 2 | |
|---|
| 3 | NETCDF_LIBDIR="$(nf-config --flibs)" |
|---|
| 4 | #NETCDF_LIB="-lnetcdff -lnetcdf" |
|---|
| 5 | NETCDF_INCDIR="-I$(nf-config --includedir)" |
|---|
| 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.