environmental-forecasting / model-ensembler

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

Break pyslurm dependency #2

Closed JimCircadian closed 3 years ago

JimCircadian commented 3 years ago

The pyslurm dependency for interactions with the workflow manager is, to be honest, unnecessary for what we're doing and the source of some difficulty for easy adoption.

This can be easily overcome by decoupling from direct usage of vN.N APIs and using the command line instead. Currently this tool will get in a grump if you can't see to installing the correct interface for Slurm, and this makes it annoying for users.

Update the tool and the instructions for usage.

JimCircadian commented 3 years ago

Still need to do the following:

JimCircadian commented 3 years ago

PyPI task also linked with #4