Versions Compared

Key

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

...

LSF (Load Sharing Facility) is a job scheduler provided by Platform Computing.  It is used at SLAC to execute user batch jobs on the various batch farms.  A short list of useful LSF status commands follows (see next sections section for submitting jobs):

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

...

Code Block
bjobs -w -u all -q psnehq

Kill a specific batch job based on its job ID number, where the "bjobs" command can be used to find the appropriate job ID (note that only batch administrators can kill jobs belonging to other users).

Code Block

bkill JOB_ID

Report current node usage on the two NEH batch farms:

...