General Documentation
- Welcome FAQ
- Secure Shell SSH
- Available Software
- Installing Software
- Guidelines and Policies
- Glossary
- Grant Support
- Sharing Data
- Containers & Singularity
- UserGroup Presentations
- Jupyter Notebook Usage
LSF Primer
Lilac Cluster Guide
Juno Cluster Guide
Cloud Resources
Backup Policy on server/node local drives
File lists
Page History
This page is a compilation of the various bsub
flags you may use in your jobs and what they do. Please consult the Introduction to the Lilac Cluster Primer page for some basic configurations and some very common job submissions.
...
-n <Int>
- This is the total number over all nodes
Use Job ID Number as part of logfile name
- Specify either the
-e
or-o
flag (error and output,-o
implies-e
) - Use the variable
%J
as part of the file name argument to those flags - e.g.
#BUSB -o myjob.%J.log
yeilds filemyjob.12345.log
for job ID12345
Notes on the resource request flag -R
:
...