Changeset 5716


Ignore:
Timestamp:
2019-02-08T16:42:14+01:00 (5 years ago)
Author:
josefine.ghattas
Message:

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:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/ORCHIDEE_2_1/ORCHIDEE/arch/arch-ifort_CICLAD.path

    r5695 r5716  
    11NETCDF_LIBDIR="-L/opt/netcdf42/ifort/lib -lnetcdf -lnetcdff -lstdc++" 
    22NETCDF_INCDIR=-I/opt/netcdf42/ifort/include 
    3 IOIPSL_INCDIR=-I${ORCHDIR}/../../lib 
    4 IOIPSL_LIBDIR=-L${ORCHDIR}/../../lib 
     3IOIPSL_INCDIR="-I${ORCHDIR}/../../lib -I${ORCHDIR}/../IOIPSL/inc" 
     4IOIPSL_LIBDIR="-L${ORCHDIR}/../../lib -lioipsl -L${ORCHDIR}/../IOIPSL/lib" 
    55XIOS_INCDIR=-I${ORCHDIR}/../XIOS/inc 
    66XIOS_LIBDIR="-L${ORCHDIR}/../XIOS/lib -lxios" 
Note: See TracChangeset for help on using the changeset viewer.