Last change
on this file since 5304 was
4599,
checked in by yann meurdesoif, 16 months ago
|
removing '-P -traditional' FPP flags when using compiler preprocessor.
YM
|
File size:
738 bytes
|
Rev | Line | |
---|
[3644] | 1 | %COMPILER mpif90 |
---|
| 2 | %LINK mpif90 |
---|
[4598] | 3 | %FPP mpif90 -E |
---|
[3644] | 4 | %AR ar |
---|
| 5 | %ARFLAGS rs |
---|
| 6 | %MAKE gmake |
---|
[4599] | 7 | %FPP_FLAGS |
---|
[3644] | 8 | %FPP_DEF NC_DOUBLE FFT_MKL |
---|
| 9 | %BASE_FFLAGS -i4 -r8 -auto -align all -I$(MKL_INCDIR) -I$(MKL_INCDIR)/intel64/lp64 |
---|
| 10 | %PROD_FFLAGS -O3 -mavx2 -fp-model fast=2 |
---|
| 11 | %DEV_FFLAGS -fp-model strict -p -g -O2 -traceback -fp-stack-check |
---|
[3979] | 12 | %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 |
---|
[3644] | 13 | %MPI_FFLAGS |
---|
| 14 | %OMP_FFLAGS -qopenmp |
---|
| 15 | %BASE_LD -i4 -r8 -auto $MKL_LDFLAGS |
---|
| 16 | %MPI_LD |
---|
| 17 | %OMP_LD -qopenmp |
---|
Note: See
TracBrowser
for help on using the repository browser.