Forrest logo
back to context overview

scontrol

List of commands for scontrol:

  • scontrol:tldr:1bd74 scontrol: Release a comma-separated list of suspended job.
    $ scontrol release ${job_id}
    try on your machine
    explain this command
  • scontrol:tldr:7baed scontrol: Resume a comma-separated list of suspended jobs.
    $ scontrol resume ${job_id}
    try on your machine
    explain this command
  • scontrol:tldr:a9a43 scontrol: Suspend a comma-separated list of running jobs.
    $ scontrol suspend ${job_id}
    try on your machine
    explain this command
  • scontrol:tldr:c387d scontrol: Hold a comma-separated list of queued jobs (Use `release` command to permit the jobs to be scheduled).
    $ scontrol hold ${job_id}
    try on your machine
    explain this command
  • scontrol:tldr:dc6a7 scontrol: Show information for job.
    $ scontrol show job ${job_id}
    try on your machine
    explain this command
back to context overview