fixed compilation bug when using IMKL single core

This commit is contained in:
Martin Diehl 2014-01-30 15:38:10 +00:00
parent 4f436654bc
commit c7e59821d1
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ ACML_ARCH =_mp
IMKL_ARCH =$(IMKL_COMPILER2_$(F90))_thread IMKL_ARCH =$(IMKL_COMPILER2_$(F90))_thread
LIBRARIES +=-lfftw3_threads -lpthread LIBRARIES +=-lfftw3_threads -lpthread
else else
IMKL_ARCH =$(IMKL_COMPILER2_$(F90))_sequential IMKL_ARCH =sequential
endif endif
ifneq "x$(IMKL_ROOT)" "x" ifneq "x$(IMKL_ROOT)" "x"