Last change
on this file since 1700 was
1645,
checked in by jvatant, 8 years ago
|
Update Occigen and Mesu arch files for compiling C sources
JVO
|
File size:
816 bytes
|
Line | |
---|
1 | %COMPILER ifort |
---|
2 | %LINK ifort |
---|
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 | %BASE_FFLAGS -integer-size 32 -real-size 64 -fp-model strict -align all -mcmodel=medium -auto -ip |
---|
9 | %PROD_FFLAGS -O2 |
---|
10 | %DEV_FFLAGS -p -g -O1 -fpe0 -traceback |
---|
11 | %DEBUG_FFLAGS -p -g -O0 -fpe0 -ftrapuv -fp-stack-check -check bounds,format,output_conversion,pointers,uninit -debug -traceback |
---|
12 | %C_COMPILER gcc |
---|
13 | %C_OPTIM -O3 |
---|
14 | %MPI_FFLAGS |
---|
15 | %OMP_FFLAGS -openmp -openmp-threadprivate compat |
---|
16 | %BASE_LD -shared-intel -lmkl_intel_lp64 -lmkl_sequential -lmkl_core -lm |
---|
17 | %MPI_LD -lmpi |
---|
18 | %OMP_LD -openmp |
---|
Note: See
TracBrowser
for help on using the repository browser.