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
looking into #1442 i also had some problems with memory usage, especially on a cluster with creating the solver, simulation and solution object multiple times in a loop.
i also saw that it is recommended to setup the solver and simulation object outside of the loop to get rid of memory leak.
For my parameter study though i change the thickness of the electrode every loop and therefore (i think) the model needs to be discretized every loop, so the simulation object can't be created outside the loop.
All the other parameters can be made input parameters, i guess, but not so for the thickness i think?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
looking into #1442 i also had some problems with memory usage, especially on a cluster with creating the solver, simulation and solution object multiple times in a loop.
i also saw that it is recommended to setup the solver and simulation object outside of the loop to get rid of memory leak.
For my parameter study though i change the thickness of the electrode every loop and therefore (i think) the model needs to be discretized every loop, so the simulation object can't be created outside the loop.
All the other parameters can be made input parameters, i guess, but not so for the thickness i think?
What would you recommend in this setup?
Beta Was this translation helpful? Give feedback.
All reactions