Changeset 1645


Ignore:
Timestamp:
Dec 15, 2016, 4:56:35 PM (8 years ago)
Author:
jvatant
Message:

Update Occigen and Mesu arch files for compiling C sources
JVO

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

Legend:

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

    r1628 r1645  
    44%MAKE                gmake
    55%FPP_FLAGS           -P -traditional
     6%CPP_FLAGS           -P
    67%FPP_DEF             NC_DOUBLE LAPACK BLAS SGEMV=DGEMV SGEMM=DGEMM FFT_MKL
    78%BASE_FFLAGS         -integer-size 32 -real-size 64 -fp-model strict -align all -mcmodel=medium -auto -ip
     
    910%DEV_FFLAGS          -p -g -O1 -fpe0 -traceback
    1011%DEBUG_FFLAGS        -p -g -O0 -fpe0 -ftrapuv -fp-stack-check -check bounds,format,output_conversion,pointers,uninit -debug -traceback
     12%C_COMPILER          gcc
     13%C_OPTIM             -O3
    1114%MPI_FFLAGS
    1215%OMP_FFLAGS          -openmp -openmp-threadprivate compat
  • trunk/LMDZ.COMMON/arch/arch-X64_OCCIGEN.fcm

    r1641 r1645  
    44%MAKE                gmake
    55%FPP_FLAGS           -P -traditional
     6%CPP_FLAGS           -P
    67%FPP_DEF             NC_DOUBLE LAPACK BLAS SGEMV=DGEMV SGEMM=DGEMM FFT_MKL
    78%BASE_FFLAGS         -i4 -r8 -auto -mcmodel=medium -align all -fp-model strict
     
    910%DEV_FFLAGS          -p -g -O1 -fpe0 -traceback
    1011%DEBUG_FFLAGS        -p -g -O0 -fpe0 -ftrapuv -fp-stack-check -check bounds,format,output_conversion,pointers,uninit -debug -traceback
     12%C_COMPILER          gcc
     13%C_OPTIM             -O3
    1114%MPI_FFLAGS
    1215%OMP_FFLAGS          -openmp -openmp-threadprivate compat
Note: See TracChangeset for help on using the changeset viewer.