From 07f5ab1ffeb87fe1f4e44548d9c18e7bb90bb532 Mon Sep 17 00:00:00 2001 From: Kasper Skytte Andersen Date: Wed, 8 Jan 2025 08:59:13 +0100 Subject: [PATCH] bleb --- docs/slurm/accounting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/slurm/accounting.md b/docs/slurm/accounting.md index d2a894c..aa281d1 100644 --- a/docs/slurm/accounting.md +++ b/docs/slurm/accounting.md @@ -209,7 +209,7 @@ $ reportseff -u $(whoami) --format partition,jobid,state,jobname,alloccpus,reqme general 306630 COMPLETED smk-concatenate_fastq-sample=barcode34 1 1G 00:00:07 00:00:07 57.1% 0.0% 1.2% ``` -In the example above, way too much memory was requested for all the jobs in general, and also the time limit was way too long. The most important is the CPU efficiency, however, which was generally good except for one job, but it was a very small job. +In the example above, way too much memory was requested for all the jobs in general, and also the time limits were way too long. The most important is the CPU efficiency, however, which was generally good except for one job, but it was a very small job. ## Usage reports `sreport` can be used to summarize usage in many different ways, below are some examples.