Changeset 1628


Ignore:
Timestamp:
Nov 16, 2016, 4:54:21 PM (8 years ago)
Author:
emillour
Message:

All GCMs:
Update MESU arch and fcm files, and add a dedicated IOIPSL install
script.
EM

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

Legend:

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

    r1572 r1628  
    44%MAKE                gmake
    55%FPP_FLAGS           -P -traditional
    6 %FPP_DEF             NC_DOUBLE LAPACK BLAS FFT_MKL
    7 %BASE_FFLAGS         -integer-size 32 -real-size 64 -fp-model strict -align all -mcmodel=large -auto -ip
     6%FPP_DEF             NC_DOUBLE LAPACK BLAS SGEMV=DGEMV SGEMM=DGEMM FFT_MKL
     7%BASE_FFLAGS         -integer-size 32 -real-size 64 -fp-model strict -align all -mcmodel=medium -auto -ip
    88%PROD_FFLAGS         -O2
    99%DEV_FFLAGS          -p -g -O1 -fpe0 -traceback
    10 %DEBUG_FFLAGS        -p -g -O0 -fpe-all=0 -traceback -ftrapuv -fp-stack-check -check bounds,format,output_conversion,pointers,uninit -debug
     10%DEBUG_FFLAGS        -p -g -O0 -fpe0 -ftrapuv -fp-stack-check -check bounds,format,output_conversion,pointers,uninit -debug -traceback
    1111%MPI_FFLAGS
    12 %OMP_FFLAGS          -openmp
     12%OMP_FFLAGS          -openmp -openmp-threadprivate compat
    1313%BASE_LD             -shared-intel -lmkl_intel_lp64 -lmkl_sequential -lmkl_core -lm
    1414%MPI_LD              -lmpi
  • trunk/LMDZ.COMMON/arch/arch-X64_MESU.path

    r1622 r1628  
    1 NETCDF_LIBDIR="${NETCDF_LDFLAGS:--L/work/millour/NETCDF/netcdf-4.0.1/lib -lnetcdf}"
    2 NETCDF_INCDIR="${NETCDF_FFLAGS:--I/work/millour/NETCDF/netcdf-4.0.1/include}"
    3 IOIPSL_INCDIR=/work/millour/IOIPSL/modipsl/lib
    4 IOIPSL_LIBDIR=/work/millour/IOIPSL/modipsl/lib
     1NETCDF_LIBDIR="-L${NETCDF_FORT_ROOT}/lib -lnetcdff"
     2NETCDF_INCDIR="-I${NETCDF_FORT_ROOT}/include"
     3IOIPSL_INCDIR=$LMDGCM/ioipsl/modipsl/lib
     4IOIPSL_LIBDIR=$LMDGCM/ioipsl/modipsl/lib
    55XIOS_INCDIR=$LMDGCM/../XIOS/inc
    66XIOS_LIBDIR=$LMDGCM/../XIOS/lib
Note: See TracChangeset for help on using the changeset viewer.