Changeset 1975


Ignore:
Timestamp:
Jul 19, 2018, 11:44:39 AM (7 years ago)
Author:
emillour
Message:

Update ADA arch files to use a more recent version of Intel compiler.
EM

Location:
trunk/LMDZ.COMMON/arch
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.COMMON/arch/arch-X64_ADA.env

    r1695 r1975  
    33module unload hdf5
    44
     5module load intel/2018.2
    56module load netcdf/mpi/4.1.3
    67#module load hdf5/mpi/1.8.9
    78
     9#NB: module load intel/*** adds "/smplocal/intel/compilers_and_libraries_2018.2.199/linux/mkl/include"
     10# to "INCLUDE" env variable (also used by makelmdz_fcm ...)
     11export INCLUDE=""
    812export NETCDF_INC_DIR=/smplocal/pub/NetCDF/4.1.3/mpi/include
    913export NETCDF_LIB_DIR=/smplocal/pub/NetCDF/4.1.3/mpi/lib
  • trunk/LMDZ.COMMON/arch/arch-X64_ADA.fcm

    r1695 r1975  
    55%FPP_FLAGS           -P -traditional -I/smplocal/pub/FFTW/3.3.3_dyn/include
    66%CPP_FLAGS           -P
    7 %FPP_DEF             NC_DOUBLE LAPACK BLAS SGEMV=DGEMV SGEMM=DGEMM FFT_FFTW
     7%FPP_DEF             NC_DOUBLE LAPACK FFT_FFTW
    88%BASE_FFLAGS         -integer-size 32 -real-size 64 -align all -auto
    99%PROD_FFLAGS         -O2 -ip -fp-model strict -axAVX,SSE4.2
    1010%DEV_FFLAGS          -p -g -O1 -fpe0 -traceback
    11 %DEBUG_FFLAGS        -p -g -O0 -fpe-all=0 -traceback -ftrapuv -fp-stack-check -check bounds,format,output_conversion,pointers,uninit -debug -ftz
     11%DEBUG_FFLAGS        -p -g -O0 -fpe-all=0 -traceback -ftrapuv -fp-stack-check -check bounds,format,output_conversion,pointers,uninit -debug -ftz -init=arrays,snan
    1212%C_COMPILER          gcc
    1313%C_OPTIM             -O3
Note: See TracChangeset for help on using the changeset viewer.