Skip to content

Commit

Permalink
Added extra MKL include paths, used in Ubuntu.
Browse files Browse the repository at this point in the history
This kind of duplication of include paths is not an optimal solution, but it works.
Addresses part of issue #35
  • Loading branch information
moreff committed May 29, 2023
1 parent 2046649 commit 0815110
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ODE_DLB/Make/options.mkl
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
EXE_INC = \
-DMKL_ILP64 \
-m64 \
-I${MKLROOT} \
-I${MKLROOT}/include

LIB_LIBS = \
-L${MKLROOT}/lib/intel64 \
-L/usr/lib/x86_64-linux-gnu/mkl \
-Wl,--no-as-needed \
-lmkl_intel_ilp64 \
-lmkl_sequential \
Expand Down

0 comments on commit 0815110

Please sign in to comment.