Skip to content

Commit 8083713

Browse files
authored
Merge pull request #397 from NYU-RTS/bugfix
minor bugfixes from formatting errors
2 parents e41c3b5 + 9805d36 commit 8083713

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

docs/hpc/01_getting_started/03_Slurm_Accounts/04_requesting_an_allocation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ If you scroll down, you'll see "+Request Resource Allocation" button.
2222

2323
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.
2424

25-
:::info Available resource for each school:
25+
:::info Available resource for each school
2626
<Tabs>
2727
<TabItem value="tandon" label="Tandon">
2828
- **tandon_advanced**: includes both A100, H100 and H200 GPUs

docs/hpc/03_storage/02_data_transfers.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ logout
2525
## Tools for Data Transfer
2626

2727
### Linux & Mac Tools
28-
#### scp and rsync
28+
29+
#### `scp` And `rsync`
2930
:::warning
3031
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.
3132
:::

docs/hpc/05_submitting_jobs/01_slurm_submitting_jobs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Submitting Jobs on Torch
22

3-
:::tip Beginner tutorial available
3+
:::tip[Beginner tutorial available]
44
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.
55
:::
66

7-
:::warning Active allocation in the HPC projects portal
7+
:::warning[Active allocation in the HPC projects portal]
88
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).
99
:::
1010

0 commit comments

Comments
 (0)