Last change
on this file since 5378 was
5378,
checked in by abarral, 6 weeks ago
|
Fix fpp_flags for orchidee @JZ
|
-
Property svn:keywords set to
Id
|
File size:
1021 bytes
|
Line | |
---|
1 | # Note: this is a TEMPORARY (12/24) arch to resolve an issue linked to paths in ORCHIDEE archs |
---|
2 | # It's just a copy of X64_JEANZAY so that the installer uses the LMDZ arch rather than the ORCHIDEE's base arch |
---|
3 | # + `-P -traditional` in FPP_FLAGS for orchidee compilation |
---|
4 | |
---|
5 | # $Id: arch-X64_JEANZAY_PBIOIPSL.fcm 5378 2024-12-04 14:31:32Z abarral $ |
---|
6 | %COMPILER mpiifort |
---|
7 | %LINK mpiifort |
---|
8 | %FPP mpiifort |
---|
9 | %AR ar |
---|
10 | %ARFLAGS rs |
---|
11 | %MAKE gmake |
---|
12 | %FPP_FLAGS -E -P -traditional |
---|
13 | %FPP_DEF NC_DOUBLE FFT_MKL |
---|
14 | %BASE_FFLAGS -i4 -r8 -auto -align all -fp-model strict |
---|
15 | %PROD_FFLAGS -O3 -xHost -qopt-zmm-usage=high |
---|
16 | %DEV_FFLAGS -p -g -O2 -traceback -fp-stack-check |
---|
17 | %DEBUG_FFLAGS -p -g -O0 -traceback -fp-stack-check -ftrapuv -check bounds,noarg_temp_created,pointers,stack,uninit -debug full -init=arrays -init=snan |
---|
18 | %MPI_FFLAGS |
---|
19 | %OMP_FFLAGS -qopenmp |
---|
20 | %BASE_LD -i4 -r8 -auto -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread |
---|
21 | %MPI_LD |
---|
22 | %OMP_LD -qopenmp |
---|
Note: See
TracBrowser
for help on using the repository browser.