diff --git a/docs/running.md b/docs/running.md index 4b5f0c8b..39665bed 100644 --- a/docs/running.md +++ b/docs/running.md @@ -16,3 +16,7 @@ The Micro Manager can also be run in parallel ```bash mpiexec -n micro-manager-precice micro-manager-config.json ``` + +## What Happens When a Micro Simulation Crashes? + +If a micro simulation crashes, the Micro Manager attempts to continue running. The error message from the micro simulation, along with the macro location are logged in the Micro Manager log file. The Micro Manager continues the simulation run even if a micro simulation crashes. Results of the crashed micro simulation are generated by interpolating results of a certain number of similar running simulations. The [inverse distance weighed](https://en.wikipedia.org/wiki/Inverse_distance_weighting) method is used. If more than 20% of global micro simulations crash or if locally no neighbors are available for interpolation, the Micro Manager terminates.