fixed compilation bug when using IMKL single core
This commit is contained in:
parent
4f436654bc
commit
c7e59821d1
|
@ -96,7 +96,7 @@ ACML_ARCH =_mp
|
|||
IMKL_ARCH =$(IMKL_COMPILER2_$(F90))_thread
|
||||
LIBRARIES +=-lfftw3_threads -lpthread
|
||||
else
|
||||
IMKL_ARCH =$(IMKL_COMPILER2_$(F90))_sequential
|
||||
IMKL_ARCH =sequential
|
||||
endif
|
||||
|
||||
ifneq "x$(IMKL_ROOT)" "x"
|
||||
|
|
Loading…
Reference in New Issue