source: LMDZ6/trunk/arch/arch-X64_OCCIGEN.fcm @ 3980

Last change on this file since 3980 was 3045, checked in by Ehouarn Millour, 7 years ago

Adapt makelmdz* and related scripts to read "ar" options from arch files.
EM

File size: 903 bytes
Line 
1%COMPILER            mpif90
2%LINK                mpif90
3%AR                  ar
4%ARFLAGS             rs
5%MAKE                gmake
6%FPP_FLAGS           -P -traditional
7%FPP_DEF             NC_DOUBLE FFT_MKL
8%BASE_FFLAGS         -i4 -r8 -auto -recursive -mcmodel=medium -align all -fp-model strict -xCORE-AVX2
9%PROD_FFLAGS         -O2 -ip
10%DEV_FFLAGS          -p -g -O1 -fpe0 -traceback
11%DEBUG_FFLAGS        -p -g -O0 -fpe-all=0 -ftz -ftrapuv -fp-stack-check -check bounds,format,output_conversion,pointers,uninit -debug -traceback
12%MPI_FFLAGS
13%OMP_FFLAGS          -openmp -openmp-threadprivate compat
14%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
15%MPI_LD
16%OMP_LD              -openmp
Note: See TracBrowser for help on using the repository browser.