From 167150eca6254c5e74b402b61c512ca2169d183eaada99ffdf12743bc880ce24 Mon Sep 17 00:00:00 2001 From: Egbert Eich Date: Fri, 15 Jul 2022 07:12:53 +0000 Subject: [PATCH 1/3] - Fix a typo OBS-URL: https://build.opensuse.org/package/show/network:cluster/slurm?expand=0&rev=209 --- slurm.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slurm.spec b/slurm.spec index fcfacfa..870aa38 100644 --- a/slurm.spec +++ b/slurm.spec @@ -887,7 +887,7 @@ cp %{buildroot}/%_unitdir/slurmd.service $SLURMD_SERVICE if grep -qE "^LimitNPROC" $SLURMD_SERVICE; then sed -i -e '/LimitNPROC/s@=.*@=infinity@' $SLURMD_SERVICE else - sed -i -e '/LimitSTACK/aLimitNPROC=infinity' $SLURMD_SERVICE + sed -i -e '/LimitNPROC/aLimitNPROC=infinity' $SLURMD_SERVICE fi sed -i -e '/ExecStart/aExecStartPre=/bin/bash -c "for i in 0 1 2 3; do test -e /dev/nvidia$i || mknod /dev/nvidia$i c 10 $((i+2)); done"' $SLURMD_SERVICE From 69890cab1eb4e44a2ecfdaa3b62e9eb7f2e43000f5e630be5f2cc5ebbaf241e3 Mon Sep 17 00:00:00 2001 From: Egbert Eich Date: Fri, 15 Jul 2022 07:13:32 +0000 Subject: [PATCH 2/3] Accepting request 989256 from home:eeich:branches:network:cluster - Improve check for mpicc in testsuite package: if binary isn't found, don't crash. OBS-URL: https://build.opensuse.org/request/show/989256 OBS-URL: https://build.opensuse.org/package/show/network:cluster/slurm?expand=0&rev=210 --- slurm.changes | 6 ++++++ slurm.spec | 4 +++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/slurm.changes b/slurm.changes index 7193a6d..8517e10 100644 --- a/slurm.changes +++ b/slurm.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Jul 14 15:20:46 UTC 2022 - Egbert Eich + +- Improve check for mpicc in testsuite package: if binary isn't + found, don't crash. + ------------------------------------------------------------------- Mon Jun 20 09:23:17 UTC 2022 - Christian Goll diff --git a/slurm.spec b/slurm.spec index 870aa38..dc231c2 100644 --- a/slurm.spec +++ b/slurm.spec @@ -864,7 +864,9 @@ cat > %{buildroot}/srv/slurm-testsuite/testsuite/expect/globals.local </dev/null ]}]} { + set mpicc "" +} set testsuite_user "auser" #set testsuite_cleanup_on_failure false EOF From e067a3698954ddc370f818e804c4628b93b722895c09c30df9804b02110b8a41 Mon Sep 17 00:00:00 2001 From: Egbert Eich Date: Fri, 15 Jul 2022 07:15:34 +0000 Subject: [PATCH 3/3] - Fix a typo which prevented the nproc limit for slurmd to be up-ed for the test suite. OBS-URL: https://build.opensuse.org/package/show/network:cluster/slurm?expand=0&rev=211 --- slurm.changes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/slurm.changes b/slurm.changes index 8517e10..2220465 100644 --- a/slurm.changes +++ b/slurm.changes @@ -3,6 +3,8 @@ Thu Jul 14 15:20:46 UTC 2022 - Egbert Eich - Improve check for mpicc in testsuite package: if binary isn't found, don't crash. +- Fix a typo which prevented the nproc limit for slurmd to be + up-ed for the test suite. ------------------------------------------------------------------- Mon Jun 20 09:23:17 UTC 2022 - Christian Goll