Last change
on this file since 4475 was
3608,
checked in by jghattas, 5 years ago
|
Changed back to have same compile options in debug mode as before rev [3602]. Compile option in debug mode from rev 3602 can not run with this branch, with these options the model crashes on line 87 in pression_loc.f at jean-zay.
|
-
Property svn:keywords set to
Id
|
File size:
646 bytes
|
Rev | Line | |
---|
[3557] | 1 | # $Id: arch-X64_JEANZAY.fcm 3608 2019-11-29 08:12:40Z musat $ |
---|
| 2 | %COMPILER mpiifort |
---|
| 3 | %LINK mpiifort |
---|
| 4 | %AR ar |
---|
| 5 | %ARFLAGS rs |
---|
| 6 | %MAKE gmake |
---|
| 7 | %FPP_FLAGS -P -traditional |
---|
| 8 | %FPP_DEF NC_DOUBLE FFT_MKL |
---|
[3602] | 9 | %BASE_FFLAGS -i4 -r8 -auto -align all -fp-model strict |
---|
| 10 | %PROD_FFLAGS -O3 -xHost -qopt-zmm-usage=high |
---|
| 11 | %DEV_FFLAGS -p -g -O2 -traceback -fp-stack-check |
---|
[3608] | 12 | %DEBUG_FFLAGS -p -g -traceback -fp-stack-check -ftrapuv -debug all -ftrapuv |
---|
[3557] | 13 | %MPI_FFLAGS |
---|
| 14 | %OMP_FFLAGS -qopenmp |
---|
[3558] | 15 | %BASE_LD -i4 -r8 -auto -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread |
---|
[3557] | 16 | %MPI_LD |
---|
| 17 | %OMP_LD -qopenmp |
---|
Note: See
TracBrowser
for help on using the repository browser.