Last change
on this file since 3925 was
3644,
checked in by Laurent Fairhead, 5 years ago
|
Added arch files for IRENE-AMD new machine.
AC
|
File size:
803 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 |
---|
| 11 | %DEBUG_FFLAGS -fp-model strict -p -g -traceback -fp-stack-check -ftrapuv |
---|
| 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 |
---|
| 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.