Ignore:
Timestamp:
Mar 1, 2017, 11:22:30 AM (8 years ago)
Author:
emillour
Message:

Common dynamical core:
Update OCCIGEN settings.
EM

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

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.COMMON/arch/arch-X64_OCCIGEN.fcm

    r1645 r1671  
    66%CPP_FLAGS           -P
    77%FPP_DEF             NC_DOUBLE LAPACK BLAS SGEMV=DGEMV SGEMM=DGEMM FFT_MKL
    8 %BASE_FFLAGS         -i4 -r8 -auto -mcmodel=medium -align all -fp-model strict
     8%BASE_FFLAGS         -i4 -r8 -auto -align all -fp-model strict
    99%PROD_FFLAGS         -O2 -ip -xCORE-AVX2
    1010%DEV_FFLAGS          -p -g -O1 -fpe0 -traceback
    11 %DEBUG_FFLAGS        -p -g -O0 -fpe0 -ftrapuv -fp-stack-check -check bounds,format,output_conversion,pointers,uninit -debug -traceback
     11%DEBUG_FFLAGS        -p -g -O0 -fpe-all=0 -ftz -ftrapuv -fp-stack-check -check bounds,format,output_conversion,pointers,uninit -debug -traceback
    1212%C_COMPILER          gcc
    1313%C_OPTIM             -O3
    1414%MPI_FFLAGS
    1515%OMP_FFLAGS          -openmp -openmp-threadprivate compat
    16 %BASE_LD             -i4 -r8 -auto -shared-intel -Wl,-rpath=${NETCDFF_LIBDIR} $MKL_LIBS
     16%BASE_LD             -i4 -r8 -auto -shared-intel $MKL_LIBS
    1717%MPI_LD
    1818%OMP_LD              -openmp
  • trunk/LMDZ.COMMON/arch/arch-X64_OCCIGEN.path

    r1641 r1671  
    1 NETCDF_LIBDIR="-L${NETCDFF_LIBDIR} -lnetcdff"
     1NETCDF_LIBDIR="-L${NETCDFF_LIBDIR} -lnetcdff -lnetcdf"
    22NETCDF_INCDIR="-I${NETCDF_INCDIR}"
    33IOIPSL_INCDIR=$LMDGCM/ioipsl/modipsl/lib
Note: See TracChangeset for help on using the changeset viewer.