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
I'm trying to run some experiments with Euclid's ILU preconditioner. It would be very helpful if there's some way to access and report the nnz of the L and U matrix built as the preconditioner, for profiling purpose. In particular, I'm wondering if it's possible to integrate that into the workflow similar to the one in src/test/ij.c:
Support for new features in Euclid has been discontinued. However, if you’d like to contribute a patch, we welcome PRs for improvements.
That said, we generally recommend using the ILU preconditioner instead, which is actively maintained and may better suit your needs. You can find more details on ILU here. Particularly, print_level=1 in HYPRE_ILUSetPrintLevel gives you nnz(L) + nnz(U) / nnz(A)
Hi,
I'm trying to run some experiments with Euclid's ILU preconditioner. It would be very helpful if there's some way to access and report the nnz of the L and U matrix built as the preconditioner, for profiling purpose. In particular, I'm wondering if it's possible to integrate that into the workflow similar to the one in src/test/ij.c:
The text was updated successfully, but these errors were encountered: