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
|
Rev | Line | |
---|
[907] | 1 | %COMPILER mpiifort |
---|
| 2 | %LINK mpiifort |
---|
| 3 | %AR ar |
---|
| 4 | %MAKE gmake |
---|
[965] | 5 | %FPP_FLAGS -P -traditional -I/smplocal/pub/FFTW/3.3.3_dyn/include |
---|
[1457] | 6 | %CPP_FLAGS -P |
---|
[1975] | 7 | %FPP_DEF NC_DOUBLE LAPACK FFT_FFTW |
---|
[1695] | 8 | %BASE_FFLAGS -integer-size 32 -real-size 64 -align all -auto |
---|
[907] | 9 | %PROD_FFLAGS -O2 -ip -fp-model strict -axAVX,SSE4.2 |
---|
| 10 | %DEV_FFLAGS -p -g -O1 -fpe0 -traceback |
---|
[1975] | 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 |
---|
[1058] | 12 | %C_COMPILER gcc |
---|
| 13 | %C_OPTIM -O3 |
---|
[907] | 14 | %MPI_FFLAGS |
---|
[1695] | 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 |
---|
[907] | 17 | %MPI_LD |
---|
[1695] | 18 | %OMP_LD -openmp -openmp-threadprivate=compat |
---|
[907] | 19 | |
---|
Note: See
TracBrowser
for help on using the repository browser.