Skip to content
Snippets Groups Projects
Commit a3281a91 authored by Jan Thorbecke's avatar Jan Thorbecke
Browse files

linking with MKL for MDD

parent e2ca12c1
No related branches found
No related tags found
No related merge requests found
......@@ -75,6 +75,12 @@ OPTC += -fopenmp
#OPTF = -Ofast
#LDFLAGS = -static -Ofast
#############################################################################
# BLAS and LAPACK libraries
MKLROOT=/opt/intel/compilers_and_libraries/mac/mkl/
BLAS = ${MKLROOT}/lib/libmkl_intel_lp64.a ${MKLROOT}/lib/libmkl_sequential.a ${MKLROOT}/lib/libmkl_core.a -lpthread -lm -ldl
#############################################################################
# FOR FFT LIBRARIES
#AMD ACML 4.4.0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment