MKLPardisoSolver() problem

Hello everyone,

I’m very new to Julia and right now I’m testing the function MKLPardisoSolver() but I always received the error:

ERROR: LoadError: MKL is not available
Stacktrace:
[1] error(s::String)
@ Base ./error.jl:35
[2] Pardiso.MKLPardisoSolver()
@ Pardiso ~/.julia/packages/Pardiso/z4YUw/src/mkl_pardiso.jl:17
[3] macro expansion
@ ~/Desktop/EndoBeams.jl/src/solver.jl:41 [inlined]
[4] macro expansion
@ ~/.julia/packages/TimerOutputs/NRdsv/src/TimerOutput.jl:253 [inlined]

So I’ve installed MKL using add MKL but it still doesn’t work. Can someone help me with this problem?

Thank you everyone and have a nice day

you likely need using MKL

1 Like

Hello,
Thanks for this info.
Best Regards
adam543