Releases: JuliaSparse/Pardiso.jl
Releases · JuliaSparse/Pardiso.jl
v0.5.7
v0.5.6
v0.5.5
Pardiso v0.5.5
Merged pull requests:
- bump MKL compat (#91) (@KristofferC)
- test on 1.6 as well (#92) (@KristofferC)
- Fix loading Pardiso on mac when MKL does not support it (#95) (@KristofferC)
- Removing hard-coded MKL in tests (#97) (@mipals)
- Fixes for self-installed MKL from intel oneAPI (#99) (@j-fu)
Closed issues:
- Pardiso library found but not? (#61)
- Set up Artifacts + CI with Pardiso 6 (#63)
- Pardiso 6 significantly slower than MKL Pardiso (#70)
- Pardiso.jl v0.5.2 seems to only be compatible with julia >= 1.6 (#81)
- issues when using Pardiso (#82)
- unable to create MKLPardisoSolver (#83)
- intel mkl seems to be upgraded (#85)
- Failure on Intel Mac (#86)
- Ordering problem in Julia 1.9 (#90)
- OSX - libmkl_rt_path (#93)
- Error trying to load MKL on M1 macbook (even when trying to use Pardiso 8.0) (#94)
- Fixing test on macOS (#96)
v0.5.4
v0.5.3
Pardiso v0.5.3
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)
v0.4.2
Added support for Pardiso compiled with gcc 8.0 on linux (#40)
v0.4.1
Fixes for MKL Pardiso on Linux.
v0.4.0: wip upgrade to 0.7 (#36)
* wip upgrade to 0.7 * fixes * fixes * fix missing variable * fix Int32 * updates * add .so extension * updates
better mac support
v0.3.2 fixes and readme updates for macOS (#30)