source: LMDZ6/trunk/arch/arch-X64_JEANZAY_PBIOIPSL.fcm @ 5374

Last change on this file since 5374 was 5374, checked in by abarral, 12 days ago

Add temp arch to fix path in ORCHIDEE archs on JZ

  • Property svn:keywords set to Id
File size: 946 bytes
RevLine 
[5374]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
[3559]4# $Id: arch-X64_JEANZAY_PBIOIPSL.fcm 5374 2024-12-04 13:29:58Z abarral $
5%COMPILER            mpiifort
6%LINK                mpiifort
[4598]7%FPP                 mpiifort -E
[3559]8%AR                  ar
9%ARFLAGS             rs
10%MAKE                gmake
[4599]11%FPP_FLAGS           
[3559]12%FPP_DEF             NC_DOUBLE FFT_MKL
[3589]13%BASE_FFLAGS         -i4 -r8 -auto -align all -fp-model strict
14%PROD_FFLAGS         -O3 -xHost -qopt-zmm-usage=high
15%DEV_FFLAGS          -p -g -O2 -traceback -fp-stack-check
16%DEBUG_FFLAGS        -p -g -O0 -traceback -fp-stack-check -ftrapuv -check bounds,noarg_temp_created,pointers,stack,uninit -debug full -init=arrays -init=snan
[3559]17%MPI_FFLAGS
18%OMP_FFLAGS          -qopenmp
19%BASE_LD             -i4 -r8 -auto -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread
20%MPI_LD
21%OMP_LD              -qopenmp
Note: See TracBrowser for help on using the repository browser.