From f928d0ca0f86b9f531d2ce776541f2b1d1a0940e Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Sat, 9 Feb 2013 08:17:12 +0000 Subject: [PATCH] some changes on the IKML libs, now using explicit linkin --- code/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/Makefile b/code/Makefile index 46c65eac5..2b9f81d7d 100644 --- a/code/Makefile +++ b/code/Makefile @@ -99,8 +99,8 @@ COMPILE_OPTIONS_ifort := ifeq "$(F90)" "ifort" ifdef IMKLROOT COMPILE_OPTIONS_ifort +=-I$(IMKLROOT)/include -mkl=sequential -LIBRARIES := -LIB_DIRS := +LIBRARIES :=-lmkl_intel_lp64 -lmkl_sequential -lmkl_core -lm +LIB_DIRS :=-L$(IMKLROOT)/lib/intel64 endif endif