There are two general methods to monitor the usage of time for a project:
1. Monitor through https://monitoring.sdcc.bnl.gov/pub/allocation/lqcd.html. This is a web portal that shows usage for USQCD sub accounts on the 3 clusters.
2. The SLURM terminal command sshare and sreport can be used to generate finer grained reports about the usage. For example. to see a breakdown of the usage under the
posnpr-knl-19-20 account from October 1, 2019 through Feb. 29, 2020, this command:
/usr/bin/sreport cluster AccountUtilizationByUser account=posnpr-knl-19-20 start=2019-10-01-00:00 end=2020-02-29-23:59 format=Accounts,Login,Used
returns
--------------------------------------------------------------------------------
Cluster/Account/User Utilization 2019-10-01T00:00:00 - 2020-02-29T23:59:59 (13136400 secs)
Usage reported in CPU Minutes
--------------------------------------------------------------------------------
Account Login Used
--------------- --------- -----------
posnpr-knl-19-+ 413735906
posnpr-knl-19-+ chulwoo 814750
posnpr-knl-19-+ tomii 412921156
For more information about SLURM, please consult https://slurm.schedmd.com/