Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions docs/hpc/06_tools_and_software/08_utils.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ You can get very detailed information about the GPU with:
```
:::

## `rpsquota`

`rpsquota` returns detailed information about how much of your Research Project Space quota you're using (if you have RPS space) just like `myquota` does for your personal space. To use it just type `rpsquota` in the base RPS directory or give the base RPS path as an input argument like `rpsquota /path/to/rps/base`.

## `sdiag`

A scheduling diagnostic tool for Slurm. It shows information related to slurmctld execution about: threads, agents, jobs, and scheduling algorithms.
Expand Down Expand Up @@ -198,8 +202,3 @@ This shows the maximum number of cpus/gpus and memory allowed for different wall
```
You can see that, in general, the partitions with shorter wall times will allow the use of greater resources.

{/* coming soon
## `rpsquota`

`rpsquota` returns detailed information about how much of your Research Project Space quota you're using (if you have RPS space). To use it just type `rpsquota` in the base RPS directory or give the base RPS path as an input argument like `rpsquota /path/to/rps/space`.
*/}
Loading