Current Capabilities
- monitor a single user's (the user signed in) Slurm job(s) ->
src/my_jobs.py
- monitor multiple users' Slurm GPU job(s) ->
src/gpu_jobs.py
- monitor resource(GPU) usage of multiple FileSet(s) ->
src/quota.py
- monitor resource(Nodes) availability ->
src/available_nodes.py
Integration
- Slack
Scheduling with contab
_See README for how to schedule and other information
Quality Check
- pylint
- pytest
Changelogs by GitHub
- Feature/quota monitr and debug mode by @kerrychu in #2
- feature/ gpu jobs by @kerrychu in #4
- realiability/pylint by @kerrychu in #5
- Realiability/pytest by @kerrychu in #6
- feature/available-nodes by @kerrychu in #7
- Readme/Update by @kerrychu in #8
Full Changelog: v0.0.1-beta...v0.1.0