Changeset 1999 for trunk/ICOSA_LMDZ


Ignore:
Timestamp:
Sep 19, 2018, 10:15:06 AM (6 years ago)
Author:
emillour
Message:

Occigen arch files: remove recently introduced "-mcmodel=large" option because it causes issues when combined to Dynamico; make specific "OCCIGEN_large" files instead. Also update depreciated (since ifort 17) OpenMP options.
EM

File:
1 edited

Legend:

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

    r1696 r1999  
    77%FPP_DEF             KEY_NONE CPP_NETCDF4
    88%BASE_FFLAGS         -i4 -r8 -auto -align all -I${MKLROOT}/include
    9 %PROD_FFLAGS         -g -traceback -O3 -vec-report2
     9%PROD_FFLAGS         -g -traceback -O3
    1010%DEV_FFLAGS          -g -O1 -traceback
    1111%DEBUG_FFLAGS        -g  -check bounds -fp-model strict
    1212%MPI_FFLAGS
    13 %OMP_FFLAGS          -openmp -openmp-threadprivate=compat
     13%OMP_FFLAGS          -qopenmp -qopenmp-threadprivate=compat
    1414%BASE_LD             -i4 -r8 -auto $MKL_LIBS
    1515%MPI_LD
    16 %OMP_LD              -openmp -openmp-threadprivate=compat
     16%OMP_LD              -qopenmp -qopenmp-threadprivate=compat
Note: See TracChangeset for help on using the changeset viewer.