Skip to content

Commit

Permalink
Update block_gmres.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison committed May 20, 2024
1 parent db562e1 commit cb0d6b8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/block_gmres.jl
Original file line number Diff line number Diff line change
Expand Up @@ -338,11 +338,6 @@ kwargs_block_gmres = (:M, :N, :ldiv, :restart, :reorthogonalization, :atol, :rto
end
(verbose > 0) && @printf(iostream, "\n")

# Storage requirements
(verbose > 0) && (storage = sizeof(solver))
(verbose > 0) && @printf(iostream, "Size of the workspace: %s.\n", format_bytes(storage))
(verbose > 0) && @printf(iostream, "\n")

# Termination status
tired && (status = "maximum number of iterations exceeded")
solved && (status = "solution good enough given atol and rtol")
Expand Down

0 comments on commit cb0d6b8

Please sign in to comment.