Last change
on this file since 5028 was
4013,
checked in by lguez, 3 years ago
|
Sync latest trunk changes to Ocean_skin
|
File size:
722 bytes
|
Rev | Line | |
---|
[3644] | 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 |
---|
[4013] | 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 |
---|
[3644] | 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.