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 051a74b85d - Show all commits

View File

@@ -7,6 +7,7 @@
nextStage
, cpuBind
, nixPrefix
, preSrun ? ""
, srunOptions ? ""
, output ? "stdout.log"
, error ? "stderr.log"
@@ -22,6 +23,9 @@ stdenv.mkDerivation rec {
installPhase = ''
cat > $out <<'EOF'
#!/bin/sh -e
${preSrun}
exec ${slurm}/bin/srun \
--mpi=pmi2 \
--cpu-bind=${cpuBind} \