You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For a test problem (Laplace equation on a 200^3 grid), ruge_stuben allocates ~8 GB of memory. For comparison, LinearSolve.KrylovJL_CG allocates ~90 MB.
Is this normal / can it be optimized?
Thanks!
The text was updated successfully, but these errors were encountered:
For a test problem (Laplace equation on a 200^3 grid),
ruge_stuben
allocates ~8 GB of memory. For comparison,LinearSolve.KrylovJL_CG
allocates ~90 MB.Is this normal / can it be optimized?
Thanks!
The text was updated successfully, but these errors were encountered: