JuliaSparse / Pardiso.jl

Calling the PARDISO library from Julia

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Parallel computing using PardisoSolver()?

jipkim opened this issue · comments

Is it possible to fully utilize all cores while using PardisoSolver()?
My machine uses only 15~18% of CPU load (probably 1 core).

Did you try https://github.com/JuliaSparse/Pardiso.jl#pardiso-50-1?

I am mostly using the MKL solver and I get maximum usage with that one (tried on a cluster with 20 cores).

Maybe fixed by #57?