Skip to content

Commit c2523f8

Browse files
authored
Replace IncompleteLU.jl by KrylovPreconditioners.jl (#3789)
* Replace IncompleteLU.jl by KrylovPreconditioners.jl * Update benchmark/Manifest.toml
1 parent f28a0b5 commit c2523f8

File tree

5 files changed

+528
-554
lines changed

5 files changed

+528
-554
lines changed

Project.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
1414
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
1515
GPUArrays = "0c68f7d7-f131-5f86-a1c3-88cf8149b2d7"
1616
Glob = "c27321d9-0574-5035-807b-f59d2c89b15c"
17-
IncompleteLU = "40713840-3770-5561-ab4c-a76e7d0d7895"
1817
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
1918
IterativeSolvers = "42fd0dbc-a981-5370-80f2-aaf504508153"
2019
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
2120
KernelAbstractions = "63c18a36-062a-441e-b654-da1e3ab1ce7c"
21+
KrylovPreconditioners = "45d422c2-293f-44ce-8315-2cb988662dec"
2222
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
2323
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
2424
MPI = "da04e1cc-30fd-572f-bb4f-1f8673147195"
@@ -65,11 +65,11 @@ Enzyme = "0.13.30"
6565
FFTW = "1"
6666
GPUArrays = "10.3, 11.2.2"
6767
Glob = "1.3"
68-
IncompleteLU = "0.2"
6968
InteractiveUtils = "1.9"
7069
IterativeSolvers = "0.9"
7170
JLD2 = "0.4, 0.5"
7271
KernelAbstractions = "0.9.21"
72+
KrylovPreconditioners = "0.3.0"
7373
LinearAlgebra = "1.9"
7474
Logging = "1.9"
7575
MPI = "0.16, 0.17, 0.18, 0.19, 0.20"

0 commit comments

Comments
 (0)