Last change
on this file since 4404 was
4332,
checked in by Ehouarn Millour, 2 years ago
|
Remove "-qopenmp-threadprivate=compat" which causes crashes in OpenMP on Spirit (the MESOIPSL cluster).
EM
|
File size:
843 bytes
|
Rev | Line | |
---|
[4303] | 1 | %COMPILER mpif90 |
---|
| 2 | %LINK mpif90 |
---|
| 3 | %AR ar |
---|
| 4 | %ARFLAGS rs |
---|
| 5 | %MAKE make |
---|
| 6 | %FPP_FLAGS -P -traditional |
---|
| 7 | %CPP_FLAGS -P |
---|
| 8 | %FPP_DEF NC_DOUBLE LAPACK FFT_MKL |
---|
| 9 | %BASE_FFLAGS -integer-size 32 -real-size 64 -fp-model strict -auto -align all |
---|
| 10 | %PROD_FFLAGS -O2 -ip |
---|
| 11 | %DEV_FFLAGS -fp-model strict -p -g -O2 -traceback -fp-stack-check |
---|
| 12 | %DEBUG_FFLAGS -fp-model strict -p -g -O0 -fpe-all=0 -traceback -fp-stack-check -ftrapuv -ftrapuv -check bounds,noarg_temp_created,pointers,stack,uninit -debug full -ftz -init=arrays,snan |
---|
| 13 | %C_COMPILER gcc |
---|
| 14 | %C_OPTIM -O3 |
---|
| 15 | %MPI_FFLAGS |
---|
[4332] | 16 | %OMP_FFLAGS -qopenmp |
---|
[4303] | 17 | %BASE_LD -i4 -r8 -auto -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread |
---|
| 18 | %MPI_LD |
---|
| 19 | %OMP_LD -qopenmp |
---|
Note: See
TracBrowser
for help on using the repository browser.