v0.5.2
Pardiso v0.5.2
Closed issues:
- No error for MKL's Pardiso when matrix type = 4 and giving it a non pos def complex matrix (#3)
- Methods with SubArrays (#11)
- Parallel computing using PardisoSolver()? (#24)
- found library but it failed to load due to: libpardiso500-WIN-X86-64.dll (#27)
- Linking with libmkl_rt fails on macOS Sierra + MKL 18 (#28)
- Large matrix solve: "julia-debug" received signal SIGSEGV, Segmentation fault. (#31)
- Schur complement calculation (#33)
- ERROR: could not load library "libgfortran" on Ubuntu (#37)
- Error in loading libgfortran, from updating to gfortran 9 (#41)
- Question about "set_iparm!(ps, i, v)" (#44)
- Setting the number of threads (#45)
- add Project.toml (#48)
- could not load library "libblas" (#50)
- Cannot install on macOS 10.15.1 (#52)
- MethodError: no method matching solve(::MKLPardisoSolver, ::SparseMatrixCSC{Complex{Float64},Int64}, ::SparseMatrixCSC{Complex{Float64},Int64}) (#53)
- Simplify installation with BinaryBuilder (#55)
- "ERROR: Input inconsistent." and test not passing when using Julia together with MKL.jl (#64)
could not load library "libmkl_rt"
in linux with MKL_jll v2020.0.166+1 (#69)- Issues linking MKL pardiso on Linux (#77)
Merged pull requests:
- added schur_complement, pardisogetschur, wrapper for pardiso_get_schur (#39) (@wrs28)
- Allow StridedVecOrMat for RHS (#43) (@pablosanjose)
- Added support for gcc v6 to the Pardiso MKL solver (#46) (@fverdugo)
- modify gfortran lib check (#47) (@lkapelevich)
- add Project.toml (#49) (@lkapelevich)
- check for gfortran v9 (#54) (@lkapelevich)
- Use MKL_jll unless MKLROOT is set and drop support for version 5 (#56) (@KristofferC)
- better default if OMP_NUM_THREADS is not set (#57) (@KristofferC)
- always pardisoinit after changing matrixtype (#59) (@KristofferC)
- Various Improvements (#62) (@KristofferC)
- make Pardiso work with MKL in sysimage using 64 bit integers (#65) (@KristofferC)
- test using travis_wait (#66) (@KristofferC)
- fix nprocs acting weird in MKL when libpardiso is loaded (#67) (@KristofferC)
- tweak computing the libmkl_rt path (#78) (@KristofferC)
- move to GHA (#79) (@KristofferC)