Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »


Remaining HPC resources

To check remaining HPC resources, use sbalance command.

hpcuser@x3002c0s9b0n0:~> sbalance

Account    Descr   Remaining(%)  Allocation(SHr)   Remaining(SHr)        Used(SHr)
----------------------------------------------------------------------------------
lt123456  myproj        98.94%         26041.67         25764.53           277.14

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

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.

For example,

hpcuser@x3002c0s9b0n0:~> sbalance -g

                                                   Service Hour                    GPU (Estimated)
Account    Descr   Remaining(%)  Allocation(SHr)        Used(SHr)   Remaining(SHr)  Remain(Node-Hr)
---------------------------------------------------------------------------------------------------
lt999999  myproj2        89.25%        221875.00         23846.19        198028.81         56579.66
  • No labels