Update home authored by van Vliet's avatar van Vliet
...@@ -833,6 +833,13 @@ mpirun ./IMB-MPI1 ...@@ -833,6 +833,13 @@ mpirun ./IMB-MPI1
echo "Program finished with exit code $? at: `date`" 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 ### Slurm Environment Variables
Available environment variables include: Available environment variables include:
... ...
......