Last change
on this file since 3180 was
1992,
checked in by jvatant, 6 years ago
|
Update arch file for MESU for C
--JVO
|
File size:
844 bytes
|
Rev | Line | |
---|
[1352] | 1 | %COMPILER ifort |
---|
| 2 | %LINK ifort |
---|
| 3 | %AR ar |
---|
| 4 | %MAKE gmake |
---|
| 5 | %FPP_FLAGS -P -traditional |
---|
[1645] | 6 | %CPP_FLAGS -P |
---|
[1628] | 7 | %FPP_DEF NC_DOUBLE LAPACK BLAS SGEMV=DGEMV SGEMM=DGEMM FFT_MKL |
---|
[1992] | 8 | %CPP_DEF LAPACK |
---|
[1628] | 9 | %BASE_FFLAGS -integer-size 32 -real-size 64 -fp-model strict -align all -mcmodel=medium -auto -ip |
---|
[1352] | 10 | %PROD_FFLAGS -O2 |
---|
| 11 | %DEV_FFLAGS -p -g -O1 -fpe0 -traceback |
---|
[1628] | 12 | %DEBUG_FFLAGS -p -g -O0 -fpe0 -ftrapuv -fp-stack-check -check bounds,format,output_conversion,pointers,uninit -debug -traceback |
---|
[1992] | 13 | %C_COMPILER icc |
---|
| 14 | %C_OPTIM -O2 |
---|
[1352] | 15 | %MPI_FFLAGS |
---|
[1628] | 16 | %OMP_FFLAGS -openmp -openmp-threadprivate compat |
---|
[1352] | 17 | %BASE_LD -shared-intel -lmkl_intel_lp64 -lmkl_sequential -lmkl_core -lm |
---|
| 18 | %MPI_LD -lmpi |
---|
| 19 | %OMP_LD -openmp |
---|
Note: See
TracBrowser
for help on using the repository browser.