some changes on the IKML libs, now using explicit linkin
This commit is contained in:
parent
e9f351c69b
commit
f928d0ca0f
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue