Rev | Line | |
---|
[3090] | 1 | %COMPILER mpif90 |
---|
| 2 | %LINK mpif90 |
---|
| 3 | %AR ar |
---|
| 4 | %MAKE gmake |
---|
| 5 | %FPP_FLAGS -P -traditional |
---|
| 6 | %CPP_FLAGS -P |
---|
| 7 | %FPP_DEF NC_DOUBLE LAPACK BLAS SGEMV=DGEMV SGEMM=DGEMM FFT_MKL |
---|
| 8 | %CPP_DEF |
---|
| 9 | %BASE_FFLAGS -i4 -r8 -auto -align all -fp-model strict |
---|
| 10 | %PROD_FFLAGS -O2 -ip |
---|
| 11 | %DEV_FFLAGS -p -g -O1 -fpe0 -traceback |
---|
| 12 | %DEBUG_FFLAGS -p -g -O0 -fpe-all=0 -ftz -ftrapuv -fp-stack-check -check bounds,format,output_conversion,pointers,uninit -debug -traceback |
---|
| 13 | %C_COMPILER gcc |
---|
| 14 | %C_OPTIM -O3 -DLAPACK |
---|
| 15 | %MPI_FFLAGS |
---|
| 16 | %OMP_FFLAGS -openmp -openmp-threadprivate compat |
---|
| 17 | %BASE_LD -i4 -r8 -auto -shared-intel -L${MKLROOT}/lib/intel64 -lmkl_intel_lp64 -lmkl_intel_thread -lmkl_core -liomp5 -lpthread -lm -ldl |
---|
| 18 | %MPI_LD |
---|
| 19 | %OMP_LD -openmp |
---|
Note: See
TracBrowser
for help on using the repository browser.