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 + ''