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

linking with MKL for MDD

parent a3281a91
No related branches found
No related tags found
No related merge requests found
......@@ -78,8 +78,9 @@ OPTC += -fopenmp
#############################################################################
# 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 intel compilers
#BLAS = -mkl
#############################################################################
# FOR FFT LIBRARIES
......
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