Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

...