multiscale / muscle3

The third major version of the MUltiScale Coupling Library and Environment
Apache License 2.0
25 stars 13 forks source link

Improve error checking when using the Python runner #222

Closed LourensVeen closed 1 year ago

LourensVeen commented 1 year ago

This makes the Python runner check for crashed instances, and it improves the output to the log files and to stderr for easier debugging.

This builds on #221, so that needs to be merged first.