Job Execution and Interactive Jobs
- Runtime Resource Usage Limits
- Load Thresholds
- Pre-Execution and Post-Execution Processing
The pre- and post-execution processing feature provides a way to run commands on the execution host prior to and after completion of LSF jobs. Use pre-execution commands to set up an execution host with the required directories, files, software licenses, environment, and user permissions. Use post-execution commands to define post-job processing such as cleaning up job files or transferring job output.
- Job Starters
- Job Controls
- External Job Submission and Execution Controls
The job submission and execution controls feature enables you to use external, site-specific executables to validate, modify, and reject jobs, transfer data, and modify the job execution environment. By writing external submission (esub) and external execution (eexec) binaries or scripts, you can, for example, prevent the overuse of resources, specify execution hosts, or set required environment variables based on the job submission options.
- Interactive Jobs with bsub
- Interactive and Remote Tasks