Versions Compared

Key

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

...

http://www.slac.stanford.edu/comp/unix/farm/mpi.html

Common LSF Commands

First command shows the status of the LCLS batch queues (i.e. which queues have available cores).  Second command shows the titles of the columns that are output by the first command:

Code Block
bqueues | grep psbqueues | head -1

Report status of all jobs (running, pending, finished, etc) submitted by the current user:

...