source: trunk/LMDZ.COMMON/arch/arch-X64_ADA.fcm @ 1511

Last change on this file since 1511 was 1501, checked in by emillour, 10 years ago

All GCMS:

  • add preprocessing flages BLAS and LAPACK on architectures using ifort and the MKL library (includes BLAS and LAPACK capabilities).

EM

File size: 959 bytes
Line 
1%COMPILER            mpiifort
2%LINK                mpiifort
3%AR                  ar
4%MAKE                gmake
5%FPP_FLAGS           -P -traditional -I/smplocal/pub/FFTW/3.3.3_dyn/include
6%CPP_FLAGS           -P
7%FPP_DEF             NC_DOUBLE LAPACK BLAS SGEMV=DGEMV SGEMM=DGEMM FFT_FFTW
8%BASE_FFLAGS         -integer-size 32 -real-size 64 -align all -mcmodel=large -auto
9%PROD_FFLAGS         -O2 -ip -fp-model strict -axAVX,SSE4.2
10%DEV_FFLAGS          -p -g -O1 -fpe0 -traceback
11%DEBUG_FFLAGS        -p -g -O0 -fpe-all=0 -traceback -ftrapuv -fp-stack-check -check all -debug
12%C_COMPILER          gcc
13%C_OPTIM             -O3
14%MPI_FFLAGS
15%OMP_FFLAGS          -openmp
16%BASE_LD             -shared-intel -lmkl_intel_lp64 -lmkl_intel_thread -lmkl_core -liomp5 -lpthread -L/smplocal/pub/FFTW/3.3.3_dyn/lib -lfftw3 -Wl,-rpath=/smplocal/pub/NetCDF/4.1.3/mpi/lib:/smplocal/pub/HDF5/1.8.9/par/lib:/smplocal/pub/FFTW/3.3.3_dyn/lib
17%MPI_LD
18%OMP_LD              -openmp
19
Note: See TracBrowser for help on using the repository browser.