Pardiso.jl
Pardiso.jl copied to clipboard
issues when using Pardiso
I have installed the MKL and Pardiso 6.0 following the instruction. Pardiso.show_build_log() seems like give a right feedback, see
Pardiso library =============== Looking for libraries with name: libpardiso600-WIN-X86-64.dll, libpardiso500-WIN-X86-64.dll.
Looking in "C:\Users\dell.juliapro\JuliaPro_v1.2.0-1\packages\Pardiso\swIFG\deps" for libraries Looking in "G:\Program Files\Pardiso" for libraries found "G:\Program Files\Pardiso\libpardiso600-WIN-X86-64.dll", attempting to load it...
loaded successfully! MKL Pardiso ============= found MKLROOT environment variable, using it
However, when type using Pardiso, I got the following errors
[ Info: Recompiling stale cache file C:\Users\dell.juliapro\JuliaPro_v1.2.0-1\compiled\v1.2\Pardiso\KlXnB.ji for Pardiso [46dd5b70-b6fb-5a00-ae2d-e8fea33afaf2] ┌ Error: MKL Pardiso did not manage to load, error thrown was: could not load library "C:\Program Files (x86)\Intel\oneAPI\mkl\2021.3.0..\redist\intel64\mkl\mkl_rt.dll"
│ The specified module could not be found. └ @ Pardiso C:\Users\dell.juliapro\JuliaPro_v1.2.0-1\packages\Pardiso\swIFG\src\Pardiso.jl:134
┌ Error: Pardiso did not manage to load, error thrown was: could not load library "libgfortran.dll" l" │ The specified module could not be found. └ @ Pardiso C:\Users\dell.juliapro\JuliaPro_v1.2.0-1\packages\Pardiso\swIFG\src\Pardiso.jl:167
Did I miss something during the installation? How to fix it? Thank you so much.