From c7e59821d1e83d9a74835444ce11028f1c87b221 Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Thu, 30 Jan 2014 15:38:10 +0000 Subject: [PATCH] fixed compilation bug when using IMKL single core --- code/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/Makefile b/code/Makefile index 9ed25d11b..fc2af9001 100644 --- a/code/Makefile +++ b/code/Makefile @@ -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"