Skip to content

Releases: kerrychu/SlurmWatch

v0.1.0

23 Jan 23:59
d100df3
Compare
Choose a tag to compare

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

Full Changelog: v0.0.1-beta...v0.1.0

v0.0.1-beta

17 Jan 06:12
Compare
Choose a tag to compare
v0.0.1-beta Pre-release
Pre-release
  • updated dependency list requirements.txt

v0.0.1-alpha

17 Jan 06:09
Compare
Choose a tag to compare
v0.0.1-alpha Pre-release
Pre-release
  • slack integration done
  • basic README up
  • functionally working
  • needs more linting check and test coverage