| ... | ... | @@ -93,7 +93,7 @@ The reservation becomes usable after the resources have been granted: | 
| 
 | 
 | 
 | 
| 
 | 
 | 
You can verify that your reservation is active by using the `squeue` command. Complete information about the status of the job can be obtained by using the scontrol show job `<job identifier>` command.
 | 
| 
 | 
 | 
 | 
| 
 | 
 | 
You can then start the interactive executions by using the srun command:
 | 
| 
 | 
 | 
You can then start the interactive executions by using the `srun` command:
 | 
| 
 | 
 | 
 | 
| 
 | 
 | 
    $ srun [--other-options] ./code
 | 
| 
 | 
 | 
 | 
| ... | ... |  |