Skip to content

Commit

Permalink
Add documentation for handling of crashing micro simulations
Browse files Browse the repository at this point in the history
  • Loading branch information
tjwsch committed May 22, 2024
1 parent 2f7e7ba commit 0e53281
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/running.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 0e53281

Please sign in to comment.