Last change
on this file since 3454 was
1975,
checked in by emillour, 6 years ago
|
Update ADA arch files to use a more recent version of Intel compiler.
EM
|
File size:
959 bytes
|
Line | |
---|
1 | %COMPILER mpiifort |
---|
2 | %LINK mpiifort |
---|
3 | %AR ar |
---|
4 | %MAKE gmake |
---|
5 | %FPP_FLAGS -P -traditional -I/smplocal/pub/FFTW/3.3.3_dyn/include |
---|
6 | %CPP_FLAGS -P |
---|
7 | %FPP_DEF NC_DOUBLE LAPACK FFT_FFTW |
---|
8 | %BASE_FFLAGS -integer-size 32 -real-size 64 -align all -auto |
---|
9 | %PROD_FFLAGS -O2 -ip -fp-model strict -axAVX,SSE4.2 |
---|
10 | %DEV_FFLAGS -p -g -O1 -fpe0 -traceback |
---|
11 | %DEBUG_FFLAGS -p -g -O0 -fpe-all=0 -traceback -ftrapuv -fp-stack-check -check bounds,format,output_conversion,pointers,uninit -debug -ftz -init=arrays,snan |
---|
12 | %C_COMPILER gcc |
---|
13 | %C_OPTIM -O3 |
---|
14 | %MPI_FFLAGS |
---|
15 | %OMP_FFLAGS -openmp -openmp-threadprivate=compat |
---|
16 | %BASE_LD -lmkl_intel_lp64 -lmkl_intel_thread -lmkl_core -liomp5 -lpthread -L/smplocal/pub/FFTW/3.3.3_dyn/lib -lfftw3 -Wl,-rpath=/smplocal/pub/FFTW/3.3.3_dyn/lib |
---|
17 | %MPI_LD |
---|
18 | %OMP_LD -openmp -openmp-threadprivate=compat |
---|
19 | |
---|
Note: See
TracBrowser
for help on using the repository browser.