multiscale / muscle3

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

Improve profiling of simulation shutdown #269

Closed LourensVeen closed 9 months ago

LourensVeen commented 9 months ago

This addresses #263, and on top of that also adds a SHUTDOWN event covering shutting down the network servers, which takes tens of milliseconds and could confusingly show up as busy.

The not-yet documented Python dispatch example gets a C++ version in this PR, which I used to test. One day we'll add a Fortran version and make it official :smile: