Skip to content
Snippets Groups Projects
Commit c59bcf31 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

change $MKLROOT to $(MKLROOT) as reported by @WeiLiPenguin

This closes #336
parent 09af780a
No related branches found
No related tags found
No related merge requests found
...@@ -54,7 +54,7 @@ MPI_LIB = ...@@ -54,7 +54,7 @@ MPI_LIB =
FFT_INC = -DFFT_MKL -DFFT_SINGLE FFT_INC = -DFFT_MKL -DFFT_SINGLE
FFT_PATH = FFT_PATH =
FFT_LIB = -L$MKLROOT/lib/intel64/ -lmkl_intel_ilp64 \ FFT_LIB = -L$(MKLROOT)/lib/intel64/ -lmkl_intel_ilp64 \
-lmkl_sequential -lmkl_core -lmkl_sequential -lmkl_core
# JPEG and/or PNG library # JPEG and/or PNG library
......
...@@ -54,7 +54,7 @@ MPI_LIB = ...@@ -54,7 +54,7 @@ MPI_LIB =
FFT_INC = -DFFT_MKL -DFFT_SINGLE FFT_INC = -DFFT_MKL -DFFT_SINGLE
FFT_PATH = FFT_PATH =
FFT_LIB = -L$MKLROOT/lib/intel64/ -lmkl_intel_ilp64 \ FFT_LIB = -L$(MKLROOT)/lib/intel64/ -lmkl_intel_ilp64 \
-lmkl_sequential -lmkl_core -lmkl_sequential -lmkl_core
# JPEG and/or PNG library # JPEG and/or PNG library
......
...@@ -54,7 +54,7 @@ MPI_LIB = ...@@ -54,7 +54,7 @@ MPI_LIB =
FFT_INC = -DFFT_MKL -DFFT_SINGLE FFT_INC = -DFFT_MKL -DFFT_SINGLE
FFT_PATH = FFT_PATH =
FFT_LIB = -L$MKLROOT/lib/intel64/ -lmkl_intel_ilp64 \ FFT_LIB = -L$(MKLROOT)/lib/intel64/ -lmkl_intel_ilp64 \
-lmkl_sequential -lmkl_core -lmkl_sequential -lmkl_core
# JPEG and/or PNG library # JPEG and/or PNG library
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment