Changeset 2838 for trunk/ICOSA_LMDZ


Ignore:
Timestamp:
Dec 1, 2022, 10:55:44 AM (2 years ago)
Author:
aslmd
Message:

Fix arch-MesoPSL for ICOSA_LMDZ

Changed the compilation options for ICOSA_LMDZ on prod and debug mode.
The previous options were too restrictive for Dynamico.
Need to use the same options in the arch-file of ICOSAGCM.

LT

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ICOSA_LMDZ/arch/arch-MesoPSL.fcm

    r2654 r2838  
    77%CPP_FLAGS           -P
    88%FPP_DEF             KEY_NONE CPP_NETCDF4
    9 %BASE_FFLAGS         -real-size 64 -mkl=parallel -fp-model precise -align common -mcmodel=large -shared-intel -heap-arrays 0
     9%BASE_FFLAGS         -real-size 64 -mkl=parallel -fp-model strict -align common -mcmodel=large -shared-intel -heap-arrays 0
    1010%PROD_FFLAGS         -O2
    1111%DEV_FFLAGS          -O2 -g -traceback -fpe0
    12 %DEBUG_FFLAGS        -fpe0 -p -g -O0 -traceback -fp-stack-check -ftrapuv -check bounds,noarg_temp_created,pointers,stack,uninit -debug full -init=arrays -init=snan
     12%DEBUG_FFLAGS        -g -traceback -check bounds
    1313%MPI_FFLAGS         
    1414%OMP_FFLAGS          -qopenmp -qopenmp-threadprivate=compat
Note: See TracChangeset for help on using the changeset viewer.