CELMA-project / bout_runners

Manage your BOUT++ runs through python
https://bout-runners.readthedocs.io/en/latest/
GNU Lesser General Public License v3.0
1 stars 2 forks source link

Automatic calling of status checker #49

Closed loeiten closed 4 years ago

loeiten commented 4 years ago

The current solution requires the user to call the status checker themselves.

Current implementation requires db_connector as input. This is obtained from BoutRunSetup, and can be different from bout_run to bout_run. A possible solution is to restrict BoutRunner to allow only one db_connector, or to build the StatusChecker for every bout_run