source: trunk/ICOSA_LMDZ/arch/arch-X64_ADA.fcm @ 3438

Last change on this file since 3438 was 1696, checked in by emillour, 8 years ago

Introducing an interface between Dynamico and LMDZ.COMMON physics packages:
directory ICOSA_LMDZ (and related ARCH directory). Compiling with Dynamico
requires having directories ICOSAGCM (dynamico dynamical core) and
IOIPSL alongside ICOSA_LMDZ.
Still quite experimental (and so far only tested on Ada with phystd physics)
EM

File size: 666 bytes
Line 
1%COMPILER            mpiifort
2%LINK                mpiifort
3%FPP                 mpiifort -E
4%AR                  ar
5%MAKE                gmake
6%FPP_FLAGS           -P
7%FPP_DEF             KEY_NONE CPP_NETCDF4
8%BASE_FFLAGS         -i4 -r8 -auto -align all -I${MKLROOT}/include
9%PROD_FFLAGS         -g -traceback -O3 -vec-report2
10%DEV_FFLAGS          -g -O1 -traceback
11%DEBUG_FFLAGS        -g  -check bounds -fp-model strict
12%MPI_FFLAGS
13%OMP_FFLAGS          -openmp -openmp-threadprivate=compat
14%BASE_LD             -i4 -r8 -auto -L${MKL_ROOT}/lib/intel64 -lmkl_intel_lp64 -lmkl_sequential -lmkl_core
15%MPI_LD
16%OMP_LD              -openmp -openmp-threadprivate=compat
Note: See TracBrowser for help on using the repository browser.