Last change
on this file since 3401 was
2370,
checked in by jvatant, 4 years ago
|
Removextra useless option in last commit
|
File size:
788 bytes
|
Rev | Line | |
---|
[2122] | 1 | %COMPILER $MPI_BIN/mpif90 |
---|
| 2 | %LINK $MPI_BIN/mpif90 -mcmodel=large -shared-intel |
---|
[847] | 3 | %AR ar |
---|
| 4 | %MAKE make |
---|
| 5 | %FPP_FLAGS -P -traditional |
---|
[2369] | 6 | %CPP_FLAGS -P |
---|
[2370] | 7 | %FPP_DEF NC_DOUBLE LAPACK BLAS SGEMV=DGEMV SGEMM=DGEMM |
---|
[2369] | 8 | %CPP_DEF LAPACK |
---|
[847] | 9 | %BASE_FFLAGS -real-size 64 -ip -mkl=parallel -fp-model precise -align common -mcmodel=large -shared-intel |
---|
| 10 | %PROD_FFLAGS -O2 |
---|
| 11 | %DEV_FFLAGS -O2 |
---|
[2163] | 12 | %DEBUG_FFLAGS -fpe0 -g -no-ftz -check -traceback -ftrapuv -fp-stack-check -O0 |
---|
[2369] | 13 | %C_COMPILER $MPI_BIN/mpicc |
---|
| 14 | %C_OPTIM -O2 -ip |
---|
[2122] | 15 | %MPI_FFLAGS -I$MPI_INCLUDE |
---|
[847] | 16 | %OMP_FFLAGS |
---|
| 17 | %BASE_LD -mkl=parallel |
---|
[2122] | 18 | %MPI_LD -L$MPI_LIB -lmpi -lmkl_core |
---|
[847] | 19 | %OMP_LD |
---|
Note: See
TracBrowser
for help on using the repository browser.