|
Last change
on this file since 3027 was
2820,
checked in by emillour, 3 years ago
|
|
Add the arch file for MESOIPSL for dynamico interface and update related arch*path to make things work with XIOS.
EM
|
|
File size:
367 bytes
|
| Line | |
|---|
| 1 | ROOT=$PWD |
|---|
| 2 | |
|---|
| 3 | NETCDF_INCDIR="$(nc-config --cflags) $(nc-config --fflags)" |
|---|
| 4 | NETCDF_LIBDIR="-L${NETCDF_FORTRAN_ROOT}/lib -L${NETCDF_C_ROOT}/lib " |
|---|
| 5 | NETCDF_LIB="-lnetcdff -lnetcdf" |
|---|
| 6 | |
|---|
| 7 | IOIPSL_INCDIR="-I$ROOT/../IOIPSL/inc" |
|---|
| 8 | IOIPSL_LIBDIR="-L$ROOT/../IOIPSL/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.