From c4dc42c2a471cc15ad4f5bba8584b9e6e2af33a6 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Thu, 3 Sep 2020 16:19:19 +0200 Subject: [PATCH] Add acctg-freq to sbatch stage --- bsc/garlic/sbatch.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bsc/garlic/sbatch.nix b/bsc/garlic/sbatch.nix index f65585e..19a5776 100644 --- a/bsc/garlic/sbatch.nix +++ b/bsc/garlic/sbatch.nix @@ -20,6 +20,7 @@ , error ? "job_%j.err" , contiguous ? null , extra ? null +, acctgFreq ? null }: with stdenv.lib; @@ -61,6 +62,7 @@ stdenv.mkDerivation rec { + sbatchOpt "time" time + sbatchOpt "qos" qos + sbatchOpt "reservation" reservation + + sbatchOpt "acctg-freq" acctgFreq + optionalString (extra!=null) extra + ''