5

Jobs currently running show two entries, one of them has an .extern suffix. Completed (or failed) jobs also have a third entry: .batch. Is there a way to remove (or not show these) from the sacct output? What are these entries?

enter image description here

1 Answers1

4

Exclude .batch and .extern by providing the -X option:

sacct -X
Mateen Ulhaq
  • 3,728