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

Refactor run monitor so that only LocalSubmitter is using it #106

Closed loeiten closed 4 years ago

loeiten commented 4 years ago

In case the submission system is already handling DAGs, there is no need to reinvent the wheel. Also, in case the log-in node does not allow long python runs it's beneficial to exit the bout_runner quickly. This means that the dependency must follow run_bout_run and run_function_run

loeiten commented 4 years ago

...it could actually be useful for the other scripts as well as you are allowed to use multiple submission systems