Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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 file myjob.12345.log for job ID 12345

Notes on the resource request flag -R:

...