From 2dd9382eacb90440b5d00aa4a7902e1f46f73f84 Mon Sep 17 00:00:00 2001 From: Richard Darst Date: Sun, 11 Aug 2024 22:31:27 +0300 Subject: [PATCH] seff_cli: document that it only queries jobs with an End time --- slurm2sql.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/slurm2sql.py b/slurm2sql.py index 11917ef..f29589d 100644 --- a/slurm2sql.py +++ b/slurm2sql.py @@ -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].""")