bresume
info
This command is supported starting from fsched-10.87.
Overview
bresume is used to resume suspended jobs.
Options
| Option | Description | Main Differences |
|---|---|---|
-J | Resume only jobs with the specified name. | No difference. |
-m | Resume only jobs allocated to a specified host or host group. | Host filtering is supported; host groups are not supported. |
-q | Resume only jobs in the specified queue. | No difference. |
-u | Resume jobs owned by the specified user, user group, or all users. | Supports specific users and all users; user-group filtering is not supported. |
-h | Print command usage and exit. | Provides more detailed help information. |
-V | Print version and exit. | No difference. |
job_id Filters
| Filter | Description | Main Differences |
|---|---|---|
| Default (none) | Resume one job: the most recently submitted job, or the most recently submitted job that matches other specified options. | No difference. |
| 0 | Resume 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
-
Resume a specific job
bresume 10023 -
Resume the most recently submitted job that matches the filter
bresume -u test -
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.