Changeset 1349 for trunk/LMDZ.COMMON


Ignore:
Timestamp:
Sep 26, 2014, 8:31:18 AM (10 years ago)
Author:
emillour
Message:

Common dynamics: Remove default use of BLAS calls which are only in the non-FFT filter matrix products; matmul() is nowadays well optimized (and moreover using BLAS leads, with ifort 13 on Ada, to slightly different results in seq/MPI/OpenMP bench runs).
EM

File:
1 edited

Legend:

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

    r1058 r1349  
    44%MAKE                gmake
    55%FPP_FLAGS           -P -traditional -I/smplocal/pub/FFTW/3.3.3_dyn/include
    6 %FPP_DEF             NC_DOUBLE BLAS SGEMV=DGEMV SGEMM=DGEMM FFT_FFTW
     6%FPP_DEF             NC_DOUBLE FFT_FFTW
    77%BASE_FFLAGS         -integer-size 32 -real-size 64 -align all -mcmodel=large -auto
    88%PROD_FFLAGS         -O2 -ip -fp-model strict -axAVX,SSE4.2
Note: See TracChangeset for help on using the changeset viewer.