You can see your jobs in the queue issuing the command squeue -a -l -u $USER
.
In order to see details on a specific job, type scontrol show JOB_ID
.
If you want to delete one of your submitted jobs, the command you need is scancel JOB_ID
.
↧
Luca Marsella on "How to manage my jobs in the queue?"
↧