Ignore:
Timestamp:
Apr 25, 2013, 5:27:27 PM (11 years ago)
Author:
Laurent Fairhead
Message:

Version testing basée sur r1745


Testing release based on r1745

Location:
LMDZ5/branches/testing
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/branches/testing

  • LMDZ5/branches/testing/arch/arch-X64_ADA.fcm

    r1707 r1750  
    33%AR                  ar
    44%MAKE                gmake
    5 %FPP_FLAGS           -P -traditional
    6 %FPP_DEF             NC_DOUBLE BLAS SGEMV=DGEMV SGEMM=DGEMM
    7 %BASE_FFLAGS         -integer-size 32 -real-size 64 -align all
    8 %PROD_FFLAGS         -O3 -ip
     5%FPP_FLAGS           -P -traditional -I/smplocal/pub/FFTW/3.3.3/include/
     6%FPP_DEF             NC_DOUBLE BLAS SGEMV=DGEMV SGEMM=DGEMM FFT_FFTW
     7%BASE_FFLAGS         -mcmodel=large -integer-size 32 -real-size 64 -align all
     8%PROD_FFLAGS         -O2 -ip -fp-model strict -axAVX,SSE4.2
    99%DEV_FFLAGS          -p -g -O1 -fpe0 -traceback
    10 %DEBUG_FFLAGS        -p -g -O0 -no-ftz -traceback -ftrapuv -fp-stack-check -check -fpe0
     10%DEBUG_FFLAGS        -p -g -O0 -fpe-all=0 -traceback -ftrapuv -fp-stack-check -check all -debug
    1111%MPI_FFLAGS
    1212%OMP_FFLAGS          -openmp
    13 %%%%BASE_LD             -lmkl_intel_lp64 -lmkl_sequential -lmkl_core
    14 %BASE_LD             -lmkl_intel_lp64 -lmkl_sequential -lmkl_core -lpthread
     13%BASE_LD             -shared-intel  -lmkl_intel_lp64 -lmkl_sequential -lmkl_core -lpthread -L/smplocal/pub/FFTW/3.3.3/lib -lfftw3
    1514%MPI_LD
    1615%OMP_LD              -openmp
  • LMDZ5/branches/testing/arch/arch-X64_ADA.path

    r1707 r1750  
    1 NETCDF_LIBDIR="${NETCDF_LDFLAGS:--L/smplocal/pub/NetCDF/4.1.3/lib -lnetcdff -lnetcdf}"
     1NETCDF_LIBDIR="${NETCDF_LDFLAGS:--L/smplocal/pub/NetCDF/4.1.3/lib -lnetcdff -lnetcdf -L/smplocal/pub/HDF5/1.8.9/seq/lib -lhdf5hl_fortran -lhdf5_hl -lhdf5_fortran -lhdf5 -lz}"
    22NETCDF_INCDIR="${NETCDF_FFLAGS:--I/smplocal/pub/HDF5/1.8.9/seq/include -I/smplocal/pub/NetCDF/4.1.3/include}"
    33IOIPSL_INCDIR=$LMDGCM/../../lib
  • LMDZ5/branches/testing/arch/arch-X64_CURIE.fcm

    r1665 r1750  
    77%BASE_FFLAGS         -i4 -r8 -auto -align all -I${MKLROOT}/include
    88%PROD_FFLAGS         -O3
    9 %DEV_FFLAGS          -p -g -O2 -traceback -fp-stack-check -ftrapuv
     9%DEV_FFLAGS          -p -g -O2 -traceback -fp-stack-check
    1010%DEBUG_FFLAGS        -p -g -traceback -fp-stack-check -ftrapuv
    1111%MPI_FFLAGS
Note: See TracChangeset for help on using the changeset viewer.