Last change
on this file since 3257 was
2629,
checked in by emillour, 3 years ago
|
Update Occcigen arch to not use BLAS, which lead to (slightly) different results whether OpenMP is used or not when in debug mode.
EM
|
File size:
816 bytes
|
Rev | Line | |
---|
[1449] | 1 | %COMPILER mpif90 |
---|
[1999] | 2 | %LINK mpif90 |
---|
[1449] | 3 | %AR ar |
---|
| 4 | %MAKE gmake |
---|
| 5 | %FPP_FLAGS -P -traditional |
---|
[1965] | 6 | %CPP_FLAGS -P |
---|
[2629] | 7 | %FPP_DEF NC_DOUBLE LAPACK FFT_MKL |
---|
[1961] | 8 | %CPP_DEF LAPACK |
---|
[1999] | 9 | %BASE_FFLAGS -i4 -r8 -auto -align all -fp-model strict |
---|
[1449] | 10 | %PROD_FFLAGS -O2 -ip -xCORE-AVX2 |
---|
| 11 | %DEV_FFLAGS -p -g -O1 -fpe0 -traceback |
---|
[1671] | 12 | %DEBUG_FFLAGS -p -g -O0 -fpe-all=0 -ftz -ftrapuv -fp-stack-check -check bounds,format,output_conversion,pointers,uninit -debug -traceback |
---|
[1961] | 13 | %C_COMPILER mpicc |
---|
| 14 | %C_OPTIM -O2 -ip -xCORE-AVX2 |
---|
[1449] | 15 | %MPI_FFLAGS |
---|
[2629] | 16 | %OMP_FFLAGS -qopenmp -qopenmp-threadprivate=compat |
---|
| 17 | %BASE_LD -i4 -r8 -auto -shared-intel $MKL_LIBS -lpthread |
---|
[1449] | 18 | %MPI_LD |
---|
[2629] | 19 | %OMP_LD -qopenmp -qopenmp-threadprivate=compat |
---|
Note: See
TracBrowser
for help on using the repository browser.