brestart
Restarts checkpointed jobs.
Synopsis
brestart [bsub_options] [-f] checkpoint_dir [job_ID | "job_ID[index]"]Option List
-BDescription
Restarts a checkpointed job by using the checkpoint files that are saved in the directory checkpoint_dir/last_job_ID/. Only jobs that are successfully checkpointed can be restarted.
Jobs are resubmitted and assigned a new job ID. The checkpoint directory is renamed by using the new job ID, checkpoint_dir/new_job_ID/.
The file path of the checkpoint directory can contain up to 4094 characters for UNIX and Linux, or up to 255 characters for Windows, including the directory and file name.
By default, jobs are restarted with the same output file and file transfer specifications, job name, window signal value, checkpoint directory and period, and rerun options as the original job.
- Must be binary compatible
- Must run the same OS version
- Have access to the executable files
- Have access to all open files (LSF must locate them with an absolute path name)
- Have access to the checkpoint directory
See also
bsub, bjobs, bmod, bqueues, bhosts, bchkpnt, lsbqueues, echkpnt, erestart, mbatchd