Étienne Mollier pushed to branch master at Debian Med / examl
Commits: 9a5a17a7 by Étienne Mollier at 2025-11-27T22:00:05+01:00 d/b/simd-dispatch: fix possible off-by-one error. The error affects automated estimation of examl cores count usage. It may be related to #1087184. - - - - - ed190df5 by Étienne Mollier at 2025-11-27T22:03:09+01:00 d/watch: convert to v5 Github template. - - - - - 380c2426 by Étienne Mollier at 2025-11-27T22:03:28+01:00 d/control: drop redundant Rules-Requires-Root: no. - - - - - 61965ee4 by Étienne Mollier at 2025-11-27T22:03:46+01:00 d/control: declare compliance to standards version 4.7.2. - - - - - fbee5a3e by Étienne Mollier at 2025-11-27T22:04:27+01:00 d/changelog: initialise the entry. - - - - - 4 changed files: - debian/bin/simd-dispatch - debian/changelog - debian/control - debian/watch Changes: ===================================== debian/bin/simd-dispatch ===================================== @@ -10,8 +10,8 @@ if echo "$@" | grep -q -- -np ; then CMDARGS=$(echo "$@" | sed 's/\(^.* *\)-np *[0-9]\+\( *.*\)/\1\2/') else NP=$((NPROC/2)) # leave 50% processors for other jobs - if you want to force more just use -np option - if [ $NP -eq 1 ] ; then - NP=$NPROC + if [ $NP -le 0 ] ; then + NP=1 fi echo "Run MPI on $NP of $NPROC available processors" CMDARGS="$@" ===================================== debian/changelog ===================================== @@ -1,3 +1,14 @@ +examl (3.0.22-7) UNRELEASED; urgency=medium + + * d/b/simd-dispatch: fix possible off-by-one error. + The error affects automated estimation of examl cores count usage. + It may be related to #1087184. + * d/watch: convert to v5 Github template. + * d/control: drop redundant Rules-Requires-Root: no. + * d/control: declare compliance to standards version 4.7.2. + + -- Étienne Mollier <[email protected]> Thu, 27 Nov 2025 22:04:02 +0100 + examl (3.0.22-6) unstable; urgency=medium * d/control: migrate to mpi-default-* (Closes: #1084904, #1086909) ===================================== debian/control ===================================== @@ -8,11 +8,10 @@ Build-Depends: debhelper-compat (= 13), mpi-default-dev, libsimde-dev, debhelper -Standards-Version: 4.7.0 +Standards-Version: 4.7.2 Vcs-Browser: https://salsa.debian.org/med-team/examl Vcs-Git: https://salsa.debian.org/med-team/examl.git Homepage: https://github.com/stamatak/ExaML -Rules-Requires-Root: no Package: examl Architecture: any ===================================== debian/watch ===================================== @@ -1,3 +1,5 @@ -version=4 +Version: 5 -https://github.com/stamatak/ExaML/tags .*/v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz) +Template: Github +Owner: stamatak +Project: ExaML View it on GitLab: https://salsa.debian.org/med-team/examl/-/compare/dd547b363518388567caa9378c7811688b405ed6...fbee5a3e20a72cc8f0003de15386f2832e7ed4dc -- View it on GitLab: https://salsa.debian.org/med-team/examl/-/compare/dd547b363518388567caa9378c7811688b405ed6...fbee5a3e20a72cc8f0003de15386f2832e7ed4dc You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
