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
It seems there is come memory leakage somewhere.
It can be clearly seen if the topopt example is run and you monitor the memory. It is steadily increasing. This results in OOM-KILL events on HPCs.
Part of the reason is not destroying the PETSc objects. This is easily fixed.
We need some tool to do this everytime we make changes [Scalene perhaps?]
There is another source that I have not been able to pinpoint yet
The text was updated successfully, but these errors were encountered:
It seems there is come memory leakage somewhere.
It can be clearly seen if the topopt example is run and you monitor the memory. It is steadily increasing. This results in OOM-KILL events on HPCs.
The text was updated successfully, but these errors were encountered: