Releases: Donders-Institute/hpc-utility
Releases · Donders-Institute/hpc-utility
2.0.0
Release 2.0.0
What's Changed
- update hpcutil for the slurm cluster by @hurngchunlee in #7
New Contributors
- @hurngchunlee made their first contribution in #7
Full Changelog: 1.0.0...2.0.0
1.0.0
New features
- added interface for printing node resource status
update 2021.08.23
- added RPM for el8 to the assets
0.6.2
Release 0.6.2
0.6.1
Improvements
- added
avail
sub-command to list all available hpcutil commands, and their short description.
0.6.0
Improvements
hpcutil cluster nodes vnc
command now accepts three inputs of machine list:- hosts as command-line arguments
- a machinelist file via the
--machine-list
(or-l
) option - from ganglia as a fallback option
0.5.0
Release 0.5.0
0.4.0
We renamed hpc-cluster-tools to hpc-utility.
0.3.0
This release updates dependency with the hpc-webhook version 0.3.2.
- changed webhook working directory from
$HOME/.webhooks
to$HOME/.webhook
.
0.2.0
Release 0.2.0
0.1.0
Implemented functionalities
- get torque/moab configuration (equivalent to
cluster-torqueconfig
) - list jobs in the torque cluster (equivalent to
cluster-qstat
) - list vnc sessions (equivalent to
cluster-uservncs
) - get node resource info (equivalent to
cluster-memfree
andcluster-diskfree
) - get job tracing log from torque server
- get memory usage of a running job (equivalent to
cluster-jobmeminfo
) - QaaS webhook create, list, info and delete (see hpc-qaas)