summaryrefslogtreecommitdiff
path: root/benchmark/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/Makefile')
-rw-r--r--benchmark/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmark/Makefile b/benchmark/Makefile
index 51e9c64aa..deba144c9 100644
--- a/benchmark/Makefile
+++ b/benchmark/Makefile
@@ -24,11 +24,11 @@ LIBATLAS = -fopenmp $(ATLAS)/liblapack.a $(ATLAS)/libptcblas.a $(ATLAS)/libptf
# Intel standard
# MKL=/opt/intel/mkl/lib/intel64
-# LIBMKL = -L$(MKL) -lmkl_intel_lp64 -lmkl_gnu_thread -lmkl_core -lgomp -lpthread -lm
+# LIBMKL = -L$(MKL) -lmkl_intel_lp64 -lmkl_gnu_thread -lmkl_core -lomp -lpthread -lm
# Intel custom
MKL=/home/saar/intel_mkl
-LIBMKL = -L$(MKL) -lmkl_intel_lp64 -lmkl_gnu_thread -lmkl_core -lgomp -lpthread -lm
+LIBMKL = -L$(MKL) -lmkl_intel_lp64 -lmkl_gnu_thread -lmkl_core -lomp -lpthread -lm
# Apple vecLib
LIBVECLIB = -framework Accelerate