Skip to content

Commit

Permalink
Add Unpack.jl to LinearSolvePardiso
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed May 21, 2022
1 parent bcb4791 commit d456c1e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/LinearSolvePardiso/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,13 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LinearSolve = "7ed4a6bd-45f5-4d41-b270-4a48e9bafcae"
Pardiso = "46dd5b70-b6fb-5a00-ae2d-e8fea33afaf2"
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed"

[compat]
SciMLBase = "1.25"
LinearSolve = "1"
Pardiso = "0.5"
UnPack = "1"
julia = "1.6"

[extras]
Expand Down
1 change: 1 addition & 0 deletions lib/LinearSolvePardiso/src/LinearSolvePardiso.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module LinearSolvePardiso

using Pardiso, LinearSolve, SciMLBase
using UnPack

Base.@kwdef struct PardisoJL <: LinearSolve.SciMLLinearSolveAlgorithm
nprocs::Union{Int,Nothing} = nothing
Expand Down

0 comments on commit d456c1e

Please sign in to comment.