| ... | ... | @@ -13,7 +13,7 @@ The resources of this interactive node are shared between all the connected user | 
| 
 | 
 | 
To effectuate interactive executions of your GPU codes on compute nodes with GPUs like `turing01` and all viz nodes `viz[01-14]`, you must use one of the following two commands:
 | 
| 
 | 
 | 
 | 
| 
 | 
 | 
- The `srun` command:
 | 
| 
 | 
 | 
  - to obtain a terminal on a GPU compute node within which you can execute your code,
 | 
| 
 | 
 | 
  - to [obtain a terminal on a GPU compute node](#obtaining-a-terminal-on-a-gpu-compute-node) within which you can execute your code,
 | 
| 
 | 
 | 
  - or to directly execute your code on the GPU partition.
 | 
| 
 | 
 | 
- The `salloc` command to reserve GPU resources which allows you to do more than one execution consecutively.
 | 
| 
 | 
 | 
 | 
| ... | ... |  |