Versions Compared

Key

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

...

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 psbqueuesps
bqueues | head -1

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

...