Changeset 498


Ignore:
Timestamp:
11/08/16 16:19:45 (8 years ago)
Author:
ymipsl
Message:

Add openmp-threadprivate=compat intel option for ADA

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • codes/icosagcm/trunk/arch/arch-X64_ADA.fcm

    r395 r498  
    99%PROD_FFLAGS         -g -traceback -O3 -vec-report2 
    1010%DEV_FFLAGS          -g -O1 -traceback 
    11 %DEBUG_FFLAGS        -g -traceback -check bounds -fp-model strict 
     11%DEBUG_FFLAGS        -g -check bounds -fp-model strict 
    1212%MPI_FFLAGS 
    13 %OMP_FFLAGS          -openmp 
     13%OMP_FFLAGS          -openmp -openmp-threadprivate=compat 
    1414%BASE_LD             -i4 -r8 -auto -L${MKL_ROOT}/lib/intel64 -lmkl_intel_lp64 -lmkl_sequential -lmkl_core -lstdc++ 
    1515%MPI_LD 
    16 %OMP_LD              -openmp 
     16%OMP_LD              -openmp -openmp-threadprivate=compat 
Note: See TracChangeset for help on using the changeset viewer.