environmental-forecasting / model-ensembler

Model Ensemble tool for batch workflows on HPCs
https://pypi.org/project/model-ensembler/
MIT License
13 stars 0 forks source link

Daemon mode doesn't exhibit functionality #23

Closed JimCircadian closed 2 years ago

JimCircadian commented 2 years ago

I slipped in some of the functionality to double fork, thus creating daemon execution mode, but this needs review as I think I intentionally prevented it from operating.

This should be off by default, as people will more than likely use tmux/screen to operate the ensembler, but it should be an option (since it's trivial) for those who understand the benefit of double forking into the background...