Skip to content

Releases: xanderchu/SlurmWatch

v0.1.0

23 Jan 23:59
d100df3

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

  • 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

v0.0.1-beta

17 Jan 06:12

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

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