Changes between Version 65 and Version 66 of DevelopmentActivities/Branches/ORCHIDEE-MICT-IMBALANCE-P/Compile


Ignore:
Timestamp:
2019-10-04T11:31:06+02:00 (5 years ago)
Author:
ajornet
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DevelopmentActivities/Branches/ORCHIDEE-MICT-IMBALANCE-P/Compile

    v65 v66  
    186186}}} 
    187187 
    188 Apply this modification if it is not yet done: 
    189 https://forge.ipsl.jussieu.fr/orchidee/changeset/6218/ 
     188Apply this modification: 
     189{{{ 
     190Index: arch/arch-ifort_LSCE.path 
     191=================================================================== 
     192--- arch/arch-ifort_LSCE.path   (révision 6217) 
     193+++ arch/arch-ifort_LSCE.path   (révision 6218) 
     194@@ -1,5 +1,7 @@ 
     195-NETCDF_LIBDIR="/usr/local/install/netcdf-4.3.2p/lib -lnetcdff -lnetcdf -L/usr/local/install/hdf5-1.8.9p/lib -lhdf5_hl -lhdf5 -lhdf5 -lz -lcurl -lstdc++" 
     196-NETCDF_INCDIR=/usr/local/install/netcdf-4.3.2p/include 
     197+NC_LIB=`nc-config --libs` 
     198+NC_FLIB=`nc-config --flibs` 
     199+NETCDF_LIBDIR="$NC_LIB $NC_FLIB -lstdc++" 
     200+NETCDF_INCDIR=`nc-config --includedir` 
     201 IOIPSL_INCDIR=${ORCHDIR}/../../lib 
     202 IOIPSL_LIBDIR=${ORCHDIR}/../../lib 
     203 XIOS_INCDIR=${ORCHDIR}/../XIOS/inc 
     204}}} 
    190205 
    191206From here you can move to the next section '''compilation'''.