Changeset 5379 for LMDZ6/trunk/arch
- Timestamp:
- Dec 4, 2024, 5:48:04 PM (11 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/arch/arch-X64_JEANZAY_PBIOIPSL.fcm
r5378 r5379 2 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 3 # + `-P -traditional` in FPP_FLAGS for orchidee compilation 4 # + lines for xios 4 5 5 6 # $Id$ 6 7 %COMPILER mpiifort 8 %CCOMPILER mpiicc # xios 7 9 %LINK mpiifort 8 10 %FPP mpiifort … … 13 15 %FPP_DEF NC_DOUBLE FFT_MKL 14 16 %BASE_FFLAGS -i4 -r8 -auto -align all -fp-model strict 17 %BASE_CFLAGS -diag-disable 1125 -diag-disable 279 -std=c++11 # xios 15 18 %PROD_FFLAGS -O3 -xHost -qopt-zmm-usage=high 19 %PROD_CFLAGS -O3 -D BOOST_DISABLE_ASSERTS # xios 16 20 %DEV_FFLAGS -p -g -O2 -traceback -fp-stack-check 21 %DEV_CFLAGS -g -traceback # xios 17 22 %DEBUG_FFLAGS -p -g -O0 -traceback -fp-stack-check -ftrapuv -check bounds,noarg_temp_created,pointers,stack,uninit -debug full -init=arrays -init=snan 23 %DEBUG_CFLAGS -DBZ_DEBUG -g -traceback -fno-inline # xios 18 24 %MPI_FFLAGS 19 25 %OMP_FFLAGS -qopenmp … … 21 27 %MPI_LD 22 28 %OMP_LD -qopenmp 29 %CPP mpiicc -EP # xios
Note: See TracChangeset
for help on using the changeset viewer.