source: XIOS3/trunk/arch/arch-X64_ADASTRA_INTEL.fcm

Last change on this file was 2624, checked in by jderouillat, 3 months ago

Remove -DBZ_DEBUG from prod options in X64_ADASTRA_INTEL

File size: 1015 bytes
Line 
1################################################################################
2###################                Projet XIOS               ###################
3################################################################################
4
5%CCOMPILER      mpicc
6%FCOMPILER      mpif90
7#%LINKER         mpif90 -nofor-main
8%LINKER         mpicc
9
10%BASE_CFLAGS    -std=c++11 -D__XIOS_EXCEPTION
11%PROD_CFLAGS    -O3 -D BOOST_DISABLE_ASSERTS
12%DEV_CFLAGS     -g -traceback
13%DEBUG_CFLAGS   -DBZ_DEBUG -g -fbacktrace -fno-inline
14
15%BASE_FFLAGS    -D__NONE_
16#%BASE_FFLAGS    -D__NONE_ -fpscomp logical
17%PROD_FFLAGS    -O3
18%DEV_FFLAGS     -g -O2 -traceback
19%DEBUG_FFLAGS   -g
20
21%BASE_INC       -D__NONE__
22#%BASE_LD        -lstdc++
23%BASE_LD         -L/lus/home/softs/intel/oneapi/compiler/2022.1.0/linux/compiler/lib/intel64 -lifcoremt_pic -lintlc -lifcore -lsvml -limf -ldl -lpthread  -L/opt/cray/pe/mpich/8.1.26/ofi/intel/2022.1/lib -lmpi -lmpifort -lifport
24
25%CPP            mpicc -EP
26%FPP            cpp -P
27%MAKE           gmake
Note: See TracBrowser for help on using the repository browser.