boutproject / BOUT-dev

BOUT++: Plasma fluid finite-difference simulation code in curvilinear coordinate systems
http://boutproject.github.io/
GNU Lesser General Public License v3.0
179 stars 93 forks source link

Kernel restart after crash using the boutpp module #2890

Closed totork closed 1 week ago

totork commented 4 months ago

Every time the simulation does crash, the boutpp completely restarts the kernel. This can pose a challenge if one wants to build an iterative loop or an optimization algorithm around the module. It would be great if there is a way of preventing the kernel restart so that the whole optimization procedure can still be carried out.

@dschwoerer