multiscale / muscle3

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

Runner times out if one of the models crashes before registering #162

Open LourensVeen opened 1 year ago

LourensVeen commented 1 year ago

When launching a simulation through the runner, if one of the models crashes immediately, before registering, the manager will continue to wait for it to register, until after 5 minutes we give up and time out. But the runner should know that the instance has crashed, and it should print a backtrace and tell the manager to shut down.