source: LMDZ5/branches/testing/arch/arch-X64_ADA.fcm @ 1707

Last change on this file since 1707 was 1707, checked in by Laurent Fairhead, 12 years ago

Version testing basée sur la r1706


Testing release based on r1706

File size: 663 bytes
Line 
1%COMPILER            mpiifort
2%LINK                mpiifort
3%AR                  ar
4%MAKE                gmake
5%FPP_FLAGS           -P -traditional
6%FPP_DEF             NC_DOUBLE BLAS SGEMV=DGEMV SGEMM=DGEMM
7%BASE_FFLAGS         -integer-size 32 -real-size 64 -align all
8%PROD_FFLAGS         -O3 -ip
9%DEV_FFLAGS          -p -g -O1 -fpe0 -traceback
10%DEBUG_FFLAGS        -p -g -O0 -no-ftz -traceback -ftrapuv -fp-stack-check -check -fpe0
11%MPI_FFLAGS
12%OMP_FFLAGS          -openmp
13%%%%BASE_LD             -lmkl_intel_lp64 -lmkl_sequential -lmkl_core
14%BASE_LD             -lmkl_intel_lp64 -lmkl_sequential -lmkl_core -lpthread
15%MPI_LD
16%OMP_LD              -openmp
17
Note: See TracBrowser for help on using the repository browser.