Table of Contents |
---|
...
Remaining HPC resources
To check remaining HPC resources, use sbalance
command.
...
SHr is service unit hour which is equivalent to 1 hour of a compute node (128 CPU cores).
...
User usage
To see details for each user, using sbalance -d
Code Block |
---|
hpcuser@x3002c0s9b0n0:~> sbalance -d Account User Used(%) Used(SHr) ----------------------------------------------------- lt123456 hpcuser 22.00% 60.97 hpcuser2 30.07% 83.33 hpcuser3 30.75% 85.22 hpcuser4 17.18% 47.62 Total 100.00% 277.14 ----------------------------------------------------- |
...
Remaining node-hours for each partition
To see remaining node-hours for each partition using -c, -m, -g
option for compute, memory, gpu partition respectively.
...