From 9805d367c94863a44ece0a34b4739f172152ecaa Mon Sep 17 00:00:00 2001 From: Sajid Ali Date: Tue, 14 Jul 2026 16:22:35 -0400 Subject: [PATCH] minor bugfixes from formatting errors --- .../03_Slurm_Accounts/04_requesting_an_allocation.mdx | 2 +- docs/hpc/03_storage/02_data_transfers.md | 3 ++- docs/hpc/05_submitting_jobs/01_slurm_submitting_jobs.md | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/hpc/01_getting_started/03_Slurm_Accounts/04_requesting_an_allocation.mdx b/docs/hpc/01_getting_started/03_Slurm_Accounts/04_requesting_an_allocation.mdx index b9ce50d166..655b85c19e 100644 --- a/docs/hpc/01_getting_started/03_Slurm_Accounts/04_requesting_an_allocation.mdx +++ b/docs/hpc/01_getting_started/03_Slurm_Accounts/04_requesting_an_allocation.mdx @@ -22,7 +22,7 @@ If you scroll down, you'll see "+Request Resource Allocation" button. After clicking "+Request Resource Allocation", you'll see a list of resources you can request. All projects can request access to Torch, which provides access to the cluster. However, depending on the school the project is affiliated with, high priority resources may be available. -:::info Available resource for each school: +:::info Available resource for each school - **tandon_advanced**: includes both A100, H100 and H200 GPUs diff --git a/docs/hpc/03_storage/02_data_transfers.md b/docs/hpc/03_storage/02_data_transfers.md index a3e9796dd6..5152b80881 100644 --- a/docs/hpc/03_storage/02_data_transfers.md +++ b/docs/hpc/03_storage/02_data_transfers.md @@ -25,7 +25,8 @@ logout ## Tools for Data Transfer ### Linux & Mac Tools -#### scp and rsync + +#### `scp` And `rsync` :::warning Please use Data Transfer Nodes (DTNs) with these tools. While one can transfer data while on login nodes, it is considered a bad practice because it can degrade the node's performance. ::: 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 9128bfa9ac..f31df40aaa 100644 --- a/docs/hpc/05_submitting_jobs/01_slurm_submitting_jobs.md +++ b/docs/hpc/05_submitting_jobs/01_slurm_submitting_jobs.md @@ -1,10 +1,10 @@ # Submitting Jobs on Torch -:::tip Beginner tutorial available +:::tip[Beginner tutorial available] If you are new to using HPC resources and would like to learn about the principles of using the `SLURM` scheduler for submitting batch jobs, please refer to [this section](../13_tutorial_intro_hpc/04_scheduler_fundamentals.mdx). It focuses on the specifics of the Torch cluster and assumes familiarity with the tutorial. ::: -:::warning Active allocation in the HPC projects portal +:::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](../../hpc/01_getting_started/03_Slurm_Accounts/02_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`](https://services.rt.nyu.edu/docs/hpc/tools_and_software/utils/#my_slurm_accounts). :::