hpc:accounting
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| hpc:accounting [2025/12/10 07:34] – [Example Calculation] Yann Sagon | hpc:accounting [2026/03/19 13:51] (current) – Yann Sagon | ||
|---|---|---|---|
| Line 71: | Line 71: | ||
| To view details of owned resources, users can run the script: | To view details of owned resources, users can run the script: | ||
| - | '' | + | '' |
| This script provides a summary of the node characteristics within the cluster. | This script provides a summary of the node characteristics within the cluster. | ||
| Line 78: | Line 78: | ||
| Output example of the script: | Output example of the script: | ||
| < | < | ||
| - | ug_getNodeCharacteristicsSummary.py --partitions private-< | + | ug_getNodeCharacteristicsSummary --partitions private-< |
| host sn | host sn | ||
| ------ | ------ | ||
| Line 155: | Line 155: | ||
| < | < | ||
| - | (baobab)-[sagon@login1] $ ug_slurm_usage_per_user.py --help | + | (baobab)-[sagon@login1] $ ug_slurm_usage_per_user --help |
| - | usage: ug_slurm_usage_per_user.py [-h] [--user USER] [--start START] [--end END] [--pi PI] [--group GROUP] [--cluster {baobab, | + | usage: ug_slurm_usage_per_user [-h] [--user USER] [--start START] [--end END] [--pi PI] [--group GROUP] [--cluster {baobab, |
| [--time-format {Hours, | [--time-format {Hours, | ||
| Line 182: | Line 182: | ||
| === Usage details of a given PI === | === Usage details of a given PI === | ||
| < | < | ||
| - | (baobab)-[sagon@login1] $ ug_slurm_usage_per_user.py --pi **** --report-type account --start 2025-01-01 | + | (baobab)-[sagon@login1] $ ug_slurm_usage_per_user --pi **** --report-type account --start 2025-01-01 |
| -------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- | ||
| Line 203: | Line 203: | ||
| Usage example to see the resource usage from the beginning of 2025 for all the PIs and associate users of the group private_xxx. The group private_xxx owns several compute nodes: | Usage example to see the resource usage from the beginning of 2025 for all the PIs and associate users of the group private_xxx. The group private_xxx owns several compute nodes: | ||
| < | < | ||
| - | (baobab)-[sagon@login1 ~]$ ug_slurm_usage_per_user.py --group private_xxx --start=2025-01-01 --report-type=account | + | (baobab)-[sagon@login1 ~]$ ug_slurm_usage_per_user --group private_xxx --start=2025-01-01 --report-type=account |
| -------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- | ||
| Line 228: | Line 228: | ||
| === Aggregate usage by all users of a given PI === | === Aggregate usage by all users of a given PI === | ||
| < | < | ||
| - | $ ug_slurm_usage_per_user.py --pi ***** --report-type account --start 2025-01-01 --all-users --aggregate | + | $ ug_slurm_usage_per_user --pi ***** --report-type account --start 2025-01-01 --all-users --aggregate |
| -------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- | ||
| Line 256: | Line 256: | ||
| === sreport examples === | === sreport examples === | ||
| + | |||
| + | <note important> | ||
| Here are some examples that can give you a starting point : | Here are some examples that can give you a starting point : | ||
hpc/accounting.1765352067.txt.gz · Last modified: by Yann Sagon