Last change
on this file since 5304 was
3979,
checked in by Ehouarn Millour, 3 years ago
|
Update Irene debug options to be more strict.
EM
|
File size:
722 bytes
|
Line | |
---|
1 | %COMPILER mpif90 |
---|
2 | %LINK mpif90 |
---|
3 | %AR ar |
---|
4 | %ARFLAGS rs |
---|
5 | %MAKE gmake |
---|
6 | %FPP_FLAGS -P -traditional |
---|
7 | %FPP_DEF NC_DOUBLE FFT_MKL |
---|
8 | %BASE_FFLAGS -i4 -r8 -auto -align all -I$(MKL_INCDIR) -I$(MKL_INCDIR)/intel64/lp64 |
---|
9 | %PROD_FFLAGS -O3 -mavx2 -fp-model fast=2 |
---|
10 | %DEV_FFLAGS -fp-model strict -p -g -O2 -traceback -fp-stack-check |
---|
11 | %DEBUG_FFLAGS -fp-model strict -p -g -traceback -fp-stack-check -ftrapuv -check bounds,noarg_temp_created,pointers,stack,uninit -debug full -init=arrays -init=snan |
---|
12 | %MPI_FFLAGS |
---|
13 | %OMP_FFLAGS -qopenmp |
---|
14 | %BASE_LD -i4 -r8 -auto $MKL_LDFLAGS |
---|
15 | %MPI_LD |
---|
16 | %OMP_LD -qopenmp |
---|
Note: See
TracBrowser
for help on using the repository browser.