diff --git a/src/pinning.jl b/src/pinning.jl index a378c4d..ca118da 100644 --- a/src/pinning.jl +++ b/src/pinning.jl @@ -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