Changeset 3031 for LMDZ6/trunk/arch


Ignore:
Timestamp:
Oct 19, 2017, 3:14:26 PM (7 years ago)
Author:
Laurent Fairhead
Message:

Change to optimisation options to speedup code
LF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/arch/arch-X64_CURIE.fcm

    r2270 r3031  
    66%FPP_DEF             NC_DOUBLE FFT_MKL
    77#%BASE_FFLAGS        -recursive -xHost -i4 -r8 -auto -align all -I$(MKL_INC_DIR) -I$(MKL_INC_DIR)/intel64/lp64
    8 %BASE_FFLAGS         -i4 -r8 -auto -align all -I$(MKL_INC_DIR) -I$(MKL_INC_DIR)/intel64/lp64 -fp-model strict
    9 %PROD_FFLAGS         -O2
    10 %DEV_FFLAGS          -p -g -O2 -traceback -fp-stack-check
    11 %DEBUG_FFLAGS        -p -g -traceback -fp-stack-check -ftrapuv
     8%BASE_FFLAGS         -i4 -r8 -auto -align all -I$(MKL_INC_DIR) -I$(MKL_INC_DIR)/intel64/lp64
     9%PROD_FFLAGS         -O3 -axAVX,SSE4.2 -fp-model fast=2
     10%DEV_FFLAGS          -fp-model strict -p -g -O2 -traceback -fp-stack-check
     11%DEBUG_FFLAGS        -fp-model strict -p -g -traceback -fp-stack-check -ftrapuv
    1212%MPI_FFLAGS
    1313%OMP_FFLAGS          -openmp
Note: See TracChangeset for help on using the changeset viewer.