exanauts / ExaPF.jl

A Power Flow Solver for GPUs in Julia
MIT License
58 stars 5 forks source link

Remove the implementation of block-GMRES #287

Closed amontoison closed 7 months ago

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (34cb0d2) 68.31% compared to head (66db5d2) 73.64%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #287 +/- ## ========================================== + Coverage 68.31% 73.64% +5.33% ========================================== Files 30 29 -1 Lines 4137 3844 -293 ========================================== + Hits 2826 2831 +5 + Misses 1311 1013 -298 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

frapac commented 7 months ago

ok to remove this from ExaPF. Which package should we use for block-gmres? Krylov.jl?

amontoison commented 7 months ago

I opened a PR yesterday in Krylov.jl: https://github.com/JuliaSmoothOptimizers/Krylov.jl/pull/840 I will do a new release after the PR (0.9.5).

frapac commented 7 months ago

I guess we can merge this PR once Krylov 0.9.5 has been released.

amontoison commented 7 months ago

I rebase the branch and it should be good: https://github.com/JuliaRegistries/General/pull/96711