Last change
on this file since 1963 was
1695,
checked in by emillour, 8 years ago
|
Common dynamics/framework:
Removed some obsolete arch files.
Reorganization of the way paths to external libraries are handles by makelmdz_fcm and makelmdz. This will ease interfacing with Dynamico which follows simillar rules with respect to a given external library ,e.g. for SOMELIBRARY, in the arch.path file:
SOMELIBRARY_LIBDIR="-L/path/to/the/library/libdir -L/possible/other/required/path"
SOMELIBRARY_LIB"-lsomelib -lsomeotherrequiredlib"
SOMELIBRARY_INCDIR"-I/path/to/the/library/incdir -I/possible/other/required/include/path"
EM
|
File size:
969 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 |
---|
[1501] | 7 | %FPP_DEF NC_DOUBLE LAPACK BLAS SGEMV=DGEMV SGEMM=DGEMM 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 |
---|
[1695] | 11 | %DEBUG_FFLAGS -p -g -O0 -fpe-all=0 -traceback -ftrapuv -fp-stack-check -check bounds,format,output_conversion,pointers,uninit -debug -ftz |
---|
[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.