|
Last change
on this file since 3581 was
2370,
checked in by jvatant, 5 years ago
|
|
Removextra useless option in last commit
|
|
File size:
788 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 | %CPP_FLAGS -P |
|---|
| 7 | %FPP_DEF NC_DOUBLE LAPACK BLAS SGEMV=DGEMV SGEMM=DGEMM |
|---|
| 8 | %CPP_DEF LAPACK |
|---|
| 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 |
|---|
| 12 | %DEBUG_FFLAGS -fpe0 -g -no-ftz -check -traceback -ftrapuv -fp-stack-check -O0 |
|---|
| 13 | %C_COMPILER $MPI_BIN/mpicc |
|---|
| 14 | %C_OPTIM -O2 -ip |
|---|
| 15 | %MPI_FFLAGS -I$MPI_INCLUDE |
|---|
| 16 | %OMP_FFLAGS |
|---|
| 17 | %BASE_LD -mkl=parallel |
|---|
| 18 | %MPI_LD -L$MPI_LIB -lmpi -lmkl_core |
|---|
| 19 | %OMP_LD |
|---|
Note: See
TracBrowser
for help on using the repository browser.