LSF Version 7.3 - Using Platform LSF HPC
-k checkpoint_dir
Regular option to bsub that specifies the name of the checkpoint directory.
checkpoint_period
Regular option to bsub that specifies the time interval in minutes that LSF will
automatically checkpoint jobs.
FLUENT command
Regular command used with FLUENT software.
-lsf
Special option to the FLUENT command. Specifies that FLUENT is running under
LSF, and causes FLUENT to check for trigger files in the checkpoint directory if the
environment variable LSB_CHKPNT_DIR is set.
◆
Sequential FLUENT batch job
% bsub -a fluent fluent 3d -g -i journal_file -lsf
◆
Parallel FLUENT net version batch job on 4 CPUs
% bsub -a fluent -n 4 fluent 3d -t0 -pnet -g -i
journal_file -lsf
Checkpointing, restarting, and migrating FLUENT jobs
bchkpnt [
bchkpnt_options
] [-k] [
job_ID
]
◆
-k
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 FLUENT job. Specifies which job to checkpoint. Each time the job
is migrated, the job is restarted and assigned a new job ID.
brestart [
brestart options
]
checkpoint_directory
[
job_ID
]
◆
checkpoint_directory
Specifies the checkpoint directory, where the job subdirectory is located.
◆
job_ID
Job ID of the FLUENT job, specifies which job to restart. At this point, the
restarted job is assigned a new job ID, and the new job ID is used for checkpointing.
The job ID changes each time the job is restarted.
bmig [
bsub_options
] [
job_ID
]
◆
job_ID
Job ID of the FLUENT job, specifies which job to restart. At this point, the
restarted job is assigned a new job ID, and the new job ID is used for checkpointing.
The job ID changes each time the job is restarted.