| ... | ... | @@ -97,7 +97,7 @@ JobId=1730514 JobName=bash | 
| 
 | 
 | 
 | 
| 
 | 
 | 
*Comments*
 | 
| 
 | 
 | 
- `CUDA_VISIBLE_DEVICES=0` means here we have allocated only 1 GPU (if we had 2 GPUs requested, it would be `0,1`) . You can also use the variable `GPU_DEVICE_ORDINAL`
 | 
| 
 | 
 | 
- 
 | 
| 
 | 
 | 
- the `scontrol show job` results show `JobState=RUNNING` means that your session is active and running.
 | 
| 
 | 
 | 
 | 
| 
 | 
 | 
To leave the interactive mode, use exit command :
 | 
| 
 | 
 | 
 | 
| ... | ... |  |