Last change
on this file since 1098 was
1058,
checked in by slebonnois, 11 years ago
|
SL: goes with 1056-1057: additional details and bug corrections
|
File size:
924 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 |
---|
[907] | 6 | %FPP_DEF NC_DOUBLE BLAS SGEMV=DGEMV SGEMM=DGEMM FFT_FFTW |
---|
[965] | 7 | %BASE_FFLAGS -integer-size 32 -real-size 64 -align all -mcmodel=large -auto |
---|
[907] | 8 | %PROD_FFLAGS -O2 -ip -fp-model strict -axAVX,SSE4.2 |
---|
| 9 | %DEV_FFLAGS -p -g -O1 -fpe0 -traceback |
---|
| 10 | %DEBUG_FFLAGS -p -g -O0 -fpe-all=0 -traceback -ftrapuv -fp-stack-check -check all -debug |
---|
[1058] | 11 | %C_COMPILER gcc |
---|
| 12 | %C_OPTIM -O3 |
---|
[907] | 13 | %MPI_FFLAGS |
---|
| 14 | %OMP_FFLAGS -openmp |
---|
[965] | 15 | %BASE_LD -shared-intel -lmkl_intel_lp64 -lmkl_intel_thread -lmkl_core -liomp5 -lpthread -L/smplocal/pub/FFTW/3.3.3_dyn/lib -lfftw3 -Wl,-rpath=/smplocal/pub/NetCDF/4.1.3/lib:/smplocal/pub/HDF5/1.8.9/seq/lib:/smplocal/pub/FFTW/3.3.3_dyn/lib |
---|
[907] | 16 | %MPI_LD |
---|
| 17 | %OMP_LD -openmp |
---|
| 18 | |
---|
Note: See
TracBrowser
for help on using the repository browser.