|
Last change
on this file since 1909 was
1695,
checked in by emillour, 9 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
|
| 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 BLAS SGEMV=DGEMV SGEMM=DGEMM 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 |
|---|
| 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.