Last change
on this file since 5716 was
5716,
checked in by josefine.ghattas, 4 years ago
|
Added option that IOIPSL library could be found in modeles/IOIPSL/lib and modeles/IOIPSL/inc folder. This is the case using the version of IOIPSL compiled with fcm for use with DYNAMICO.
|
File size:
367 bytes
|
Line | |
---|
1 | NETCDF_LIBDIR="-L$NETCDF_LIBDIR -lnetcdf -L$NETCDFFORTRAN_LIBDIR -lnetcdff -lstdc++" |
---|
2 | NETCDF_INCDIR="-I$NETCDF_INCDIR -I$NETCDFFORTRAN_INCDIR" |
---|
3 | IOIPSL_INCDIR="-I${ORCHDIR}/../../lib -I${ORCHDIR}/../IOIPSL/inc" |
---|
4 | IOIPSL_LIBDIR="-L${ORCHDIR}/../../lib -lioipsl -L${ORCHDIR}/../IOIPSL/lib" |
---|
5 | XIOS_INCDIR=-I${ORCHDIR}/../XIOS/inc |
---|
6 | XIOS_LIBDIR="-L${ORCHDIR}/../XIOS/lib -lxios" |
---|
7 | |
---|
Note: See
TracBrowser
for help on using the repository browser.