Skip to content

Commit

Permalink
Merge pull request #107 from Gertian/Fix-error-message
Browse files Browse the repository at this point in the history
fixed error message
  • Loading branch information
carstenbauer authored Dec 1, 2024
2 parents 345cd1b + 6a6aa4c commit ac0c665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pinning.jl
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ end
function _check_mkl()
if Threads.nthreads() > 1 && MKL.mkl_is_loaded() && MKL.mkl_get_dynamic() == 1
@warn("Found MKL_DYNAMIC == true. Be aware that calling an MKL function can "*
"spoil the pinning of Julia threads! Use `ThreadPinning.mkl_set_dynamic(0)` "*
"spoil the pinning of Julia threads! Use `ThreadPinning.MKL.mkl_set_dynamic(0)` "*
"to be safe. See https://discourse.julialang.org/t/julia-thread-affinity-not-persistent-when-calling-mkl-function/74560/3.")
end
return
Expand Down

0 comments on commit ac0c665

Please sign in to comment.