Changeset 3602


Ignore:
Timestamp:
Nov 19, 2019, 2:29:17 PM (4 years ago)
Author:
Laurent Fairhead
Message:

Update to jean-zay arch files

Location:
LMDZ6/branches/IPSLCM6.0.15/arch
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/IPSLCM6.0.15/arch/arch-X64_JEANZAY.fcm

    r3561 r3602  
    77%FPP_FLAGS           -P -traditional
    88%FPP_DEF             NC_DOUBLE FFT_MKL
    9 #%BASE_FFLAGS        -recursive -xHost -i4 -r8 -auto -align all -I$(MKL_INC_DIR) -I$(MKL_INC_DIR)/intel64/lp64
    10 %BASE_FFLAGS         -i4 -r8 -auto -align all -I$(MKL_INC_DIR) -I$(MKL_INC_DIR)/intel64/lp64
    11 %PROD_FFLAGS         -O3 -axAVX,SSE4.2 -fp-model fast=2
    12 %DEV_FFLAGS          -fp-model strict -p -g -O2 -traceback -fp-stack-check
    13 %DEBUG_FFLAGS        -fp-model strict -p -g -traceback -fp-stack-check -ftrapuv -debug all  -ftrapuv
    14 #%DEBUG_FFLAGS        -fp-model strict -p -g -traceback -fp-stack-check -ftrapuv -debug all  -ftrapuv -check all -warn all
     9%BASE_FFLAGS         -i4 -r8 -auto -align all -fp-model strict
     10%PROD_FFLAGS         -O3 -xHost -qopt-zmm-usage=high
     11%DEV_FFLAGS          -p -g -O2 -traceback -fp-stack-check
     12%DEBUG_FFLAGS        -p -g -O0 -traceback -fp-stack-check -ftrapuv -check bounds,noarg_temp_created,pointers,stack,uninit -debug full -init=arrays -init=snan
    1513%MPI_FFLAGS
    1614%OMP_FFLAGS          -qopenmp
    17 #%BASE_LD             -i4 -r8 -auto -L/ccc/products/mkl-17.0.4.196/intel--17.0.4.196__openmpi--2.0.2/default/17.0.4.196/mkl/lib/intel64 -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread
    1815%BASE_LD             -i4 -r8 -auto -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread
    1916%MPI_LD
  • LMDZ6/branches/IPSLCM6.0.15/arch/arch-X64_JEANZAY.path

    r3561 r3602  
    44NETCDF_LIBDIR="-lnetcdf -lnetcdff"
    55NETCDF_INCDIR=
    6 IOIPSL_INCDIR=$LMDGCM/../../lib
    7 IOIPSL_LIBDIR=$LMDGCM/../../lib
     6IOIPSL_INCDIR="$LMDGCM/../../lib -I$LMDGCM/../IOIPSL/inc"
     7IOIPSL_LIBDIR="$LMDGCM/../../lib -lioipsl -L$LMDGCM/../IOIPSL/lib"
    88ORCH_INCDIR=$LMDGCM/../../lib
    99ORCH_LIBDIR=$LMDGCM/../../lib
Note: See TracChangeset for help on using the changeset viewer.