Update home authored by van Vliet's avatar van Vliet
......@@ -833,6 +833,13 @@ mpirun ./IMB-MPI1
echo "Program finished with exit code $? at: `date`"
```
### scancel
With the scancel command you can cancel your running job or your scheduled job:
- scancel jobid
where the jobid is your job identifier.
### Slurm Environment Variables
Available environment variables include:
......
......