diff --git a/docs/running.md b/docs/running.md index 4b5f0c8b..98589906 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 ``` + +## Handling Micro Simulation Crashes + +In case of a micro simulation crash, the occurrence of an error with specific macro location of the crash and the error message itself are logged in the Micro Manager log-file. To continue a complete simulation run after a crash, results of the crashed micro simulation are interpolated using [Inverse Distance Weighting](https://en.wikipedia.org/wiki/Inverse_distance_weighting). If more than 20% of global micro simulations crash or if locally no neighbors are available for interpolation, the simulation run is terminated.