Skip to main content

bresume

info

This command is supported starting from fsched-10.87.

Overview

bresume is used to resume suspended jobs.

Options

OptionDescriptionMain Differences
-JResume only jobs with the specified name.No difference.
-mResume only jobs allocated to a specified host or host group.Host filtering is supported; host groups are not supported.
-qResume only jobs in the specified queue.No difference.
-uResume jobs owned by the specified user, user group, or all users.Supports specific users and all users; user-group filtering is not supported.
-hPrint command usage and exit.Provides more detailed help information.
-VPrint version and exit.No difference.

job_id Filters

FilterDescriptionMain Differences
Default (none)Resume one job: the most recently submitted job, or the most recently submitted job that matches other specified options.No difference.
0Resume multiple jobs: all jobs that match other specified options.No difference.
job_ID...Resume one or more jobs with the specified id(s).No difference.
job_ID[index_list]...Resume one or more jobs with the specified id(s) and index_list.More accurate resume results output.

Examples

  1. Resume a specific job

    bresume 10023
  2. Resume the most recently submitted job that matches the filter

    bresume -u test
  3. Resume all jobs that match the filter

    bresume -u test 0

Notes

  • In LSF, normal users cannot resume jobs suspended by administrators. The wrapper has no such restriction.