source: trunk/LMDZ.COMMON/arch/arch-X64_OCCIGEN.fcm @ 1514

Last change on this file since 1514 was 1511, checked in by emillour, 9 years ago

Common dynamics:
Add missing "SGEMV=DGEMV SGEMM=DGEMM" in Occigen arch file.
EM

File size: 850 bytes
Line 
1%COMPILER            mpif90
2%LINK                mpif90
3%AR                  ar
4%MAKE                gmake
5%FPP_FLAGS           -P -traditional
6%FPP_DEF             NC_DOUBLE LAPACK BLAS SGEMV=DGEMV SGEMM=DGEMM FFT_MKL
7%BASE_FFLAGS         -i4 -r8 -auto -mcmodel=medium -align all -fp-model strict
8%PROD_FFLAGS         -O2 -ip -xCORE-AVX2
9%DEV_FFLAGS          -p -g -O1 -fpe0 -traceback
10%DEBUG_FFLAGS        -p -g -O0 -fpe0 -ftrapuv -fp-stack-check -check all -debug -traceback
11%MPI_FFLAGS
12%OMP_FFLAGS          -openmp -openmp-threadprivate compat
13%BASE_LD             -i4 -r8 -auto -shared-intel -Wl,-rpath=/opt/software/libraries/netcdf/bullxmpi/netcdf-4.3.3-rc2/lib:/opt/software/libraries/netcdf/bullxmpi/netcdf-fortran-4.4.1-4.3.3-rc2/lib:/opt/software/libraries/hdf5/hdf5_with_bullxmpi/1.8.14/lib $MKL_LIBS
14%MPI_LD
15%OMP_LD              -openmp
Note: See TracBrowser for help on using the repository browser.