Merge bscpkgs into jungle #189

Manually merged
rarias merged 1013 commits from merge-bscpkgs into master 2025-10-07 16:12:34 +02:00
Showing only changes of commit c4dc42c2a4 - Show all commits

View File

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