Skip to content

Commit 405fc2c

Browse files
committed
formatting tweak
1 parent 1c7e844 commit 405fc2c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/hpc/05_submitting_jobs/01_slurm_submitting_jobs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,11 @@ Use GPU Multi-Process Service (MPS) to improve overall GPU utilization, as this
6060
#SBATCH --comment="gpu_mps=yes"
6161
```
6262
### RAM disk
63-
Mount Memory as Disk
64-
Create a small RAM disk for fast I/O operations
63+
A portion of the RAM available can be mounted as a disk for fast `I/O` operations:
6564
```
6665
#SBATCH --comment="ram_disk=1GB"
6766
```
67+
### GPU MPS & RAM Disk in a preemptible job
6868
Both of these can be combined with preemption as shown:
6969
```
7070
#SBATCH --comment="preemption=yes;preemption_partitions_only=yes;requeue=true;gpu_mps=yes;ram_disk=1GB"

0 commit comments

Comments
 (0)