Add acctg-freq to sbatch stage
This commit is contained in:
parent
be95827927
commit
c4dc42c2a4
@ -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
|
||||
+
|
||||
''
|
||||
|
Loading…
Reference in New Issue
Block a user