Skip to content

Commit 3d12eec

Browse files
committed
formatting tweak
1 parent b1ab45e commit 3d12eec

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

docs/hpc/05_submitting_jobs/01_slurm_submitting_jobs.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,17 +50,20 @@ Jobs in stakeholder partitions will not be canceled, but those in preemption par
5050
```
5151
Jobs with preemption partitions only might be allowed to use more resources
5252

53-
## Enable GPU MPS
53+
## Advanced options
54+
55+
### GPU MPS
5456
Use GPU Multi-Process Service (MPS) to improve overall GPU utilization, as this allows multiple GPU jobs to share a single GPU concurrently by:
5557
```
5658
#SBATCH --comment="gpu_mps=yes"
5759
```
60+
### RAM disk
5861
Mount Memory as Disk
5962
Create a small RAM disk for fast I/O operations
6063
```
6164
#SBATCH --comment="ram_disk=1GB"
6265
```
63-
Example with preemption, GPU MPS, and RAM disk enabled:
66+
Both of these can be combined with preemption as shown:
6467
```
6568
#SBATCH --comment="preemption=yes;preemption_partitions_only=yes;requeue=true;gpu_mps=yes;ram_disk=1GB"
6669
```

0 commit comments

Comments
 (0)