Changeset 1961 for trunk


Ignore:
Timestamp:
Jul 4, 2018, 3:59:00 PM (6 years ago)
Author:
jvatant
Message:

+ Update bld.cfg to enable pre-processing keys for C as Titan chemistry will now on use LAPACK ( upcoming commit )
+ Also update the OCCIGEN ref arch.fcm for C for same reasons
--JVO

Location:
trunk/LMDZ.COMMON
Files:
2 edited

Legend:

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

    r1671 r1961  
    44%MAKE                gmake
    55%FPP_FLAGS           -P -traditional
    6 %CPP_FLAGS           -P
     6%CPP_FLAGS           -P -I${MKL_INC_DIR}
    77%FPP_DEF             NC_DOUBLE LAPACK BLAS SGEMV=DGEMV SGEMM=DGEMM FFT_MKL
     8%CPP_DEF             LAPACK
    89%BASE_FFLAGS         -i4 -r8 -auto -align all -fp-model strict
    910%PROD_FFLAGS         -O2 -ip -xCORE-AVX2
    1011%DEV_FFLAGS          -p -g -O1 -fpe0 -traceback
    1112%DEBUG_FFLAGS        -p -g -O0 -fpe-all=0 -ftz -ftrapuv -fp-stack-check -check bounds,format,output_conversion,pointers,uninit -debug -traceback
    12 %C_COMPILER          gcc
    13 %C_OPTIM             -O3
     13%C_COMPILER          mpicc
     14%C_OPTIM             -O2 -ip -xCORE-AVX2
    1415%MPI_FFLAGS
    1516%OMP_FFLAGS          -openmp -openmp-threadprivate compat
  • trunk/LMDZ.COMMON/bld.cfg

    r1793 r1961  
    7474bld::tool::cppflags  %CPP_FLAGS %INCDIR
    7575bld::tool::fppflags  %FPP_FLAGS %INCDIR
     76bld::tool::cppkeys   %CPP_KEY %CPP_DEF
    7677bld::tool::fppkeys   %CPP_KEY %FPP_DEF
    7778
Note: See TracChangeset for help on using the changeset viewer.