Page History
...
- You can see your jobs in the queue issuing the command
squeue -a -l -u $USER - Check the details of a specific jobid
<SLURM_JOB_ID>withscontrol show <SLURM_JOB_ID> - f If you want to delete one of your submitted jobs, the command you need is
scancel <SLURM_JOB_ID>.
...