From be4a4ad3e35b24a7c7aca8ab19d3bb43789a1d63 Mon Sep 17 00:00:00 2001 From: Sajid Ali Date: Wed, 4 Mar 2026 12:52:30 -0500 Subject: [PATCH] document my_slurm_accounts --- docs/hpc/05_submitting_jobs/01_slurm_submitting_jobs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hpc/05_submitting_jobs/01_slurm_submitting_jobs.md b/docs/hpc/05_submitting_jobs/01_slurm_submitting_jobs.md index 199b42803f..ec5560916a 100644 --- a/docs/hpc/05_submitting_jobs/01_slurm_submitting_jobs.md +++ b/docs/hpc/05_submitting_jobs/01_slurm_submitting_jobs.md @@ -5,7 +5,7 @@ If you are new to using HPC resources and would like to learn about the principl ::: :::warning Active allocation in the HPC projects portal -An active allocation in the HPC projects portal is needed to submit any jobs on Torch. For more information on how to get one, please refer to [this section](../01_getting_started/07_hpc_project_management_portal.mdx). All job submissions must include the `--account` parameter. +An active allocation in the HPC projects portal is needed to submit any jobs on Torch. For more information on how to get one, please refer to [this section](../01_getting_started/07_hpc_project_management_portal.mdx). All job submissions must include the `--account` parameter. On Torch, you can list the SLURM accounts you have access to by running the command `my_slurm_accounts`. ::: ## Partitions