Skip to content

Commit

Permalink
Re-activate MKL
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminBorn committed Feb 9, 2024
1 parent eaa45b7 commit 87bb116
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
8 changes: 7 additions & 1 deletion Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

julia_version = "1.10.0"
manifest_format = "2.0"
project_hash = "95d437c1bc65b0a6fdd338fbbb3b73e7f4b2dd25"
project_hash = "412c9238d63e5013deb00a58779ba35b65863db0"

[[deps.ANSIColoredPrinters]]
git-tree-sha1 = "574baf8110975760d391c710b6341da1afa48d8c"
Expand Down Expand Up @@ -1024,6 +1024,12 @@ git-tree-sha1 = "6ea46c36b86320593d2017da3c28c79165167ef4"
uuid = "be115224-59cd-429b-ad48-344e309966f0"
version = "0.3.8"

[[deps.MKL]]
deps = ["Artifacts", "Libdl", "LinearAlgebra", "MKL_jll"]
git-tree-sha1 = "0e25aae49a4a43b3a03eb7ac7aba8473c60a87d2"
uuid = "33e6dc65-8f57-5167-99aa-e5a354878fb2"
version = "0.6.2"

[[deps.MKL_jll]]
deps = ["Artifacts", "IntelOpenMP_jll", "JLLWrappers", "LazyArtifacts", "Libdl", "Pkg"]
git-tree-sha1 = "eb006abbd7041c28e0d16260e50a24f8f9104913"
Expand Down
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ KrylovKit = "0b1a1467-8014-51b9-945f-bf0ae24f4b77"
LaTeXStrings = "b964fa9f-0449-5b57-a5c2-d3ea65f4040f"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MCMCChains = "c7f686f2-ff18-58e9-bc7b-31028e88f75d"
MKL = "33e6dc65-8f57-5167-99aa-e5a354878fb2"
MatrixEquations = "99c1a7ee-ab34-5fd5-8076-27c950a045f4"
Optim = "429524aa-4258-5aef-a3af-852621145aeb"
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
Expand Down
2 changes: 1 addition & 1 deletion src/BASEforHANK.jl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
module BASEforHANK

if !Sys.isapple() # issues encountered when using mkl with macos + more than 1 thread
# using MKL
using MKL
end

using LinearAlgebra,
Expand Down

0 comments on commit 87bb116

Please sign in to comment.