Changeset 7493


Ignore:
Timestamp:
2022-02-23T10:50:27+01:00 (2 years ago)
Author:
josefine.ghattas
Message:

Updated compile options to have the same as on the trunk

Location:
branches/ORCHIDEE_2_2/ORCHIDEE/arch
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/ORCHIDEE_2_2/ORCHIDEE/arch/arch-X64_IRENE.fcm

    r5836 r7493  
    88%PROD_FFLAGS         -O3 
    99%DEV_FFLAGS          -g -O2 -traceback -fp-stack-check -ftrapuv -check bounds 
    10 %DEBUG_FFLAGS        -fpe0 -O0 -g -traceback -fp-stack-check -ftrapuv -check bounds -check all -init=arrays -init=snan 
     10%DEBUG_FFLAGS        -fpe0 -O0 -g -traceback -fp-stack-check -ftrapuv -check bounds -check all -init=arrays -init=snan -check noarg_temp_created 
    1111%MPI_FFLAGS 
    1212%OMP_FFLAGS          -qopenmp 
  • branches/ORCHIDEE_2_2/ORCHIDEE/arch/arch-X64_JEANZAY.fcm

    r6211 r7493  
    88%PROD_FFLAGS         -O3 
    99%DEV_FFLAGS          -g -O2 -traceback -fp-stack-check -ftrapuv -check bounds 
    10 %DEBUG_FFLAGS        -fpe0 -O0 -g -traceback -fp-stack-check -ftrapuv -check bounds -check all -init=arrays -init=snan 
     10%DEBUG_FFLAGS        -fpe0 -O0 -g -traceback -fp-stack-check -ftrapuv -check bounds -check all -init=arrays -init=snan -check noarg_temp_created 
    1111%MPI_FFLAGS 
    1212%OMP_FFLAGS          -qopenmp 
  • branches/ORCHIDEE_2_2/ORCHIDEE/arch/arch-ifort_CICLAD.path

    r5836 r7493  
    1 NETCDF_INCDIR="-I/opt/netcdf42/ifort/include" 
    2 NETCDF_LIBDIR="-L/opt/netcdf42/ifort/lib" 
     1NETCDF_INCDIR="-I /opt/netcdf4/4.4.1.1-parallel/ifort/include" 
     2NETCDF_LIBDIR="-L/opt/netcdf4/4.4.1.1-parallel/ifort/lib" 
    33NETCDF_LIB="-lnetcdf -lnetcdff -lstdc++" 
    44 
Note: See TracChangeset for help on using the changeset viewer.