Skip to content

Commit

Permalink
No MKL with Windows to fix current problems with MKL pckg
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphluet committed Sep 4, 2024
1 parent a431565 commit dc6b89b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BASEforHANK.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

module BASEforHANK

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

Expand Down

0 comments on commit dc6b89b

Please sign in to comment.