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 running Hermes-3 in 2D and trying to optimise PETSc preconditioners, focusing on the ILU methods Euclid and PILUT. Ignoring the fact both are now deprecated in Hypre, I found that PILUT is giving me a significant memory leak where the more solver steps there are, the more the memory increases. I've had a 10 hour simulation grow from 1GB to 25GB. I have tested Euclid and CVODE for the same case and they don't grow their memory usage.
I'm running Hermes-3 in 2D and trying to optimise PETSc preconditioners, focusing on the
ILU
methodsEuclid
andPILUT
. Ignoring the fact both are now deprecated in Hypre, I found thatPILUT
is giving me a significant memory leak where the more solver steps there are, the more the memory increases. I've had a 10 hour simulation grow from 1GB to 25GB. I have testedEuclid
andCVODE
for the same case and they don't grow their memory usage.Here is my input deck:
The text was updated successfully, but these errors were encountered: