Skip to content

Commit 808f789

Browse files
Examples now working!
1 parent db40696 commit 808f789

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/pardiso.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ function init_cacheval(alg::PardisoJL, A, b, u, Pl, Pr, maxiters, abstol, reltol
5757
end
5858
end
5959

60+
# Make sure to say it's transposed because its CSC not CSR
61+
Pardiso.set_iparm!(solver,12, 1)
62+
6063
Pardiso.set_phase!(solver, Pardiso.ANALYSIS)
6164
Pardiso.pardiso(solver, u, A, b)
6265

0 commit comments

Comments
 (0)