Last change
on this file since 2124 was
2122,
checked in by emillour, 6 years ago
|
Cleanup of Cicald arch file with addition of an env file
EM
|
File size:
668 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 |
---|
[1501] | 6 | %FPP_DEF NC_DOUBLE LAPACK BLAS SGEMV=DGEMV SGEMM=DGEMM |
---|
[847] | 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 |
---|
[2122] | 11 | %MPI_FFLAGS -I$MPI_INCLUDE |
---|
[847] | 12 | %OMP_FFLAGS |
---|
| 13 | %BASE_LD -mkl=parallel |
---|
[2122] | 14 | %MPI_LD -L$MPI_LIB -lmpi -lmkl_core |
---|
[847] | 15 | %OMP_LD |
---|
Note: See
TracBrowser
for help on using the repository browser.