Platform LSF Running Jobs Version 6.2
Chapter 2
Working with Jobs
Running Jobs with Platform LSF
37
Resuming a job
bresume
command
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.
ENABLE_USER_RESUME parameter (lsb.params)
If ENABLE_USER_RESUME=Y in lsb.params, you can resume your own jobs
that have been suspended by the administrator.