From 1a385f5e28a21dedb87e9d66debe5cf7a4c30e9c Mon Sep 17 00:00:00 2001 From: Robert Young Date: Wed, 5 Aug 2026 13:18:45 -0400 Subject: [PATCH] added rpsquota --- docs/hpc/06_tools_and_software/08_utils.mdx | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/hpc/06_tools_and_software/08_utils.mdx b/docs/hpc/06_tools_and_software/08_utils.mdx index cf28675243..096c5ac243 100644 --- a/docs/hpc/06_tools_and_software/08_utils.mdx +++ b/docs/hpc/06_tools_and_software/08_utils.mdx @@ -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. @@ -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`. -*/}