LSF Version 7.3 - Platform LSF Configuration Reference
Command Description
bacct
•
Displays accounting statistics for finished jobs.
•
The CPU and run times shown do not include resource usage for post-execution processing,
unless the parameter JOB_INCLUDE_POSTPROC is defined in lsb.applications.
Commands to control
Command Description
bmod -E command
•
Changes the pre-execution command at the job level.
bmod -w 'post_done(job_id | "job_name")'
•
Specifies the job dependency condition required to prevent
a new job from starting on a host until post-execution
processing on that host has finished without errors.
bmod -w 'post_err(job_id | "job_name")'
•
Specifies the job dependency condition required to prevent
a new job from starting on a host until post-execution
processing on that host has exited with errors.
Commands to display configuration
Command
Description
bapp -l
•
Displays information about application profiles configured in lsb.applications, including
the values defined for PRE_EXEC, POST_EXEC, JOB_INCLUDE_POSTPROC,
JOB_POSTPROC_TIMEOUT, and MAX_PREEXEC_RETRY.
bparams
•
Displays the value of parameters defined in lsb.params, including the values defined for
MAX_PREEXEC_RETRY.
bqueues -l
•
Displays information about queues configured in lsb.queues, including the values defined
for PRE_EXEC and POST_EXEC, and MAX_PREEXEC_RETRY.
Use a text editor to view the lsf.sudoers configuration file.
Feature: Pre-execution and post-execution processing
Platform LSF Configuration Reference 45