Pardiso.jl
Pardiso.jl copied to clipboard
Calling the PARDISO library from Julia
I am meeting an issue when trying to run the below code. The REPL crashes by showing a message very quickly and disappear. Any cause for that? Given that I...
I've encountered this error while running Pardiso on an Intel Mac. (I observed this largely on Julia v1.7 but I could not get a chance to double check whether this...
I am getting a Pardiso crash if I use JuMP at the same time, but it seems to depend on the order of package inclusion. Example is below. If I...
It seems that "intel MKL" is called "intel oneAPI MKL" now and I can't find any bat file called "mklvars.bat" when I have installed "intel oneAPI MKL" ,but there is...
Hi, I just tried solving the 2D Laplacian on a 2,000 by 2,000 grid using Pardiso 6 and MKL Pardiso and MKL Pardiso is almost 2X faster. Based on the...
Hi, I have been trying to load Pardiso on a server (running julia 1.5.0), which already provides me with intel-mkl but I have been having issues creating the solver. I...
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....
Hi, trying to add support for Pardiso7 here. AFAIK, it has no breaking API changes wrt. 6.x. However runtests bailed out in the indefinite hermitian case as Pardiso doesn't report...
Hi all, I've tried to install Pardiso in Julia on my Linux notebook. I've downloaded libpardiso600-GNUXXX-X86-64.so to "/Users/manuel/Pardiso" and set ENV["JULIA_PARDISO"] = "/Users/manuel/Pardiso" in .julia/config/startup.jl. I can run Pkg.add("Pardiso") Pkg.build("Pardiso")...
It seems like iterative refinement is the default. https://github.com/JuliaSparse/Pardiso.jl/blob/81c8391e86cebaf71e936363664d878b22b1fd9a/src/Pardiso.jl#L242 Discussion on iterative refinement for Julia sparse solvers: https://github.com/JuliaLang/julia/issues/31105#issuecomment-465030232 cc @andreasnoack