Skip to content

Commit

Permalink
seff_cli: document that it only queries jobs with an End time
Browse files Browse the repository at this point in the history
  • Loading branch information
rkdarst committed Aug 11, 2024
1 parent 69dbebc commit 2dd9382
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions slurm2sql.py
Original file line number Diff line number Diff line change
Expand Up @@ -1075,6 +1075,8 @@ def seff_cli(argv=sys.argv[1:], csv_input=None):
MemReqGiB is amount requested per node (to compare with MaxRSSGiB).
This only queries jobs with an End time (unlike most other commands).
If a single argument is given, and it
looks like a JobID, then use only on that single job with
--jobs=[JobID].""")
Expand Down

0 comments on commit 2dd9382

Please sign in to comment.