LSF Version 7.3 - Administering Platform LSF
Administering Platform LSF 573
C HAPTER
38
External Job Submission and Execution
Controls
This document describes the use of external job submission and execution controls
called
esub and eexec. These site-specific user-written executables are used to
validate, modify, and reject job submissions, pass data to and modify job execution
environments.
Contents
◆ Understanding External Executables on page 573
◆ Using esub on page 574
◆ Working with eexec on page 582
Understanding External Executables
About esub and eexec
LSF provides the ability to validate, modify, or reject job submissions, modify
execution environments, and pass data from the submission host directly to the
execution host through the use of the
esub and eexec executables. Both are
site-specific and user written and must be located in LSF_SERVERDIR.
Validate, modify, or reject a job
To validate, modify, or reject a job, an esub needs to be written. See Using esub on
page 574
Modifying execution environments
To modify the execution environment on the execution host, an eexec needs to be
written. See Working with eexec on page 582
Passing data
To pass data directly to the execution host, an esub and eexec need to be written.
See Using esub and eexec to pass data to execution environments on page 582