LSF Version 7.3 - Using Platform LSF HPC

Specifies checkpoint and exit. The job will be killed immediately after being
checkpointed. When the job is restarted, it continues from the last checkpoint.
job_ID
Job ID of the LS-Dyna job. Specifies which job to checkpoint. Each time the job is
migrated, the job is restarted and assigned a new job ID.
See Platform LSF Command Reference for more information about
bchkpnt.
brestart [
brestart_options
]
checkpoint_directory
[
job_ID
]
checkpoint_directory
Specifies the checkpoint directory, where the job subdirectory is located. Each job
is run in a unique directory.
To change to the checkpoint directory for LSF to restart a job, place the following
line in your job script before the LS-Dyna command is called:
cd $LSB_CHKPNT_DIR
job_ID
Job ID of the LS-Dyna job, specifies which job to restart. After the job is restarted,
it is assigned a new job ID, and the new job ID is used for checkpointing. A new job
ID is assigned each time the job is restarted.
See Platform LSF Command Reference for more information about
brestart.
bmig [
bsub_options
] [
job_ID
]
job_ID
Job ID of the LS-Dyna job, specifies which job to migrate. After the job is migrated,
it is restarted and assigned a new job ID. The new job ID is used for checkpointing.
A new job ID is assigned each time the job is migrated.
See Platform LSF Command Reference for more information about
bmig.