LSF Version 7.3 - Platform LSF Configuration Reference
Option bsub or bmod
option
Description
LSB_SUB3_POST_EXEC -Ep Run the specified post-execution
command on the execution host after
the job finishes
LSB_SUB3_RUNTIME_ESTIMA
TION
-We Runtime estimate
LSB_SUB3_USER_SHELL_LIMI
TS
-ul Pass user shell limits to execution host
LSB_SUB_MODIFY_FILE
Points to the file that esub uses to modify the bsub job option values stored in the
LSB_SUB_PARM_FILE. You can change the job options by having your esub write
the new values to the LSB_SUB_MODIFY_FILE in any order, using the same format
shown for the LSB_SUB_PARM_FILE. When your esub runs at job submission, LSF
checks the LSB_SUB_MODIFY_FILE and applies changes so that the job runs with
the revised option values.
Restriction:
LSB_SUB_ADDITIONAL is the only option that an esub
cannot change or add at job submission.
LSB_SUB_MODIFY_ENVFILE
Points to the file that esub uses to modify the user environment variables with which
the job is submitted (not specified by bsub options). You can change these
environment variables by having your esub write the values to the
LSB_SUB_MODIFY_ENVFILE in any order, using the format
variable_name=value.
LSF uses the LSB_SUB_MODIFY_ENVFILE to change the environment variables on
the submission host. When your esub runs at job submission, LSF checks the
LSB_SUB_MODIFY_ENVFILE and applies changes so that the job is submitted with
the new environment variable values. LSF associates the new user environment with
the job so that the job runs on the execution host with the new user environment.
LSB_SUB_ABORT_VALUE
Indicates to LSF that a job should be rejected. For example, if you want LSF to reject
a job, your esub should contain the line
exit $LSB_SUB_ABORT_VALUE
Restriction:
When an esub exits with the LSB_SUB_ABORT_VALUE,
esub must not write to LSB_SUB_MODIFY_FILE or to
LSB_SUB_MODIFY_ENVFILE.
Feature: External job submission and execution controls
Platform LSF Configuration Reference 77