LSF Version 7.3 - Running Jobs With Platform LSF
Resuming a job
To resume a job, use the bresume command.
Resuming a user-suspended job does not put your job into
RUN state immediately. If
your job was running before the suspension,
bresume first puts your job into SSUSP
state and then waits for
sbatchd to schedule it according to the load conditions.
For example, to resume job 3421, enter:
bresume 3421
Job <3421> is being resumed
You cannot resume jobs suspended by another user; you can only resume your own jobs.
If your job was suspended by the administrator, you cannot resume it; the administrator
or
root must resume the job for you.
If ENABLE_USER_RESUME=Y in lsb.params, you can resume your own jobs
that have been suspended by the administrator.