|
Last change
on this file since 2175 was
2163,
checked in by emillour, 6 years ago
|
|
Add -O0 to debug options, otherwise the traceback can give weird results.
EM
|
|
File size:
672 bytes
|
| Line | |
|---|
| 1 | %COMPILER $MPI_BIN/mpif90 |
|---|
| 2 | %LINK $MPI_BIN/mpif90 -mcmodel=large -shared-intel |
|---|
| 3 | %AR ar |
|---|
| 4 | %MAKE make |
|---|
| 5 | %FPP_FLAGS -P -traditional |
|---|
| 6 | %FPP_DEF NC_DOUBLE LAPACK BLAS SGEMV=DGEMV SGEMM=DGEMM |
|---|
| 7 | %BASE_FFLAGS -real-size 64 -ip -mkl=parallel -fp-model precise -align common -mcmodel=large -shared-intel |
|---|
| 8 | %PROD_FFLAGS -O2 |
|---|
| 9 | %DEV_FFLAGS -O2 |
|---|
| 10 | %DEBUG_FFLAGS -fpe0 -g -no-ftz -check -traceback -ftrapuv -fp-stack-check -O0 |
|---|
| 11 | %MPI_FFLAGS -I$MPI_INCLUDE |
|---|
| 12 | %OMP_FFLAGS |
|---|
| 13 | %BASE_LD -mkl=parallel |
|---|
| 14 | %MPI_LD -L$MPI_LIB -lmpi -lmkl_core |
|---|
| 15 | %OMP_LD |
|---|
Note: See
TracBrowser
for help on using the repository browser.