Merge ~adrien/ubuntu/+source/parmetis:plucky-too-many-procs into ubuntu/+source/parmetis:ubuntu/devel

Proposed by Adrien Nader
Status: Merged
Merge reported by: Adrien Nader
Merged at revision: dbc3f6bf4c001d797f537cff7f6bcf03221ee740
Proposed branch: ~adrien/ubuntu/+source/parmetis:plucky-too-many-procs
Merge into: ubuntu/+source/parmetis:ubuntu/devel
Diff against target: 29 lines (+8/-2)
2 files modified
debian/changelog (+6/-0)
debian/tests/build1 (+2/-2)
Reviewer Review Type Date Requested Status
Sudip Mukherjee (community) Approve
Ubuntu Sponsors Pending
Review via email: mp+477893@code.launchpad.net

Description of the change

Please review this merge request. In addition to the git commits, a debdiff will be attached.

We allow OpenMPI oversubscription in tests like other packages do. Fix
should be upstreamed in Debian, which I'll do after the openmpi
transition is over because there is still a lot to do.

# ๐Ÿ“Š PPA
A PPA is available at:
 https://launchpad.net/~adrien/+archive/ubuntu/plucky-parmetis-too-many-procs

# ๐Ÿงช Autopkgtest results
No autopkgtest results for now (package is not yet published in PPA). I'll update the MR when they are.

# ๐Ÿ” Lintian diff from most recent published package
No change

To post a comment you must log in.
Revision history for this message
Sudip Mukherjee (sudip) wrote :

uploaded

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
diff --git a/debian/changelog b/debian/changelog
index 087da5c..987fa7c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
1parmetis (4.0.3-7ubuntu1) plucky; urgency=medium
2
3 * Allow OpenMPI oversubscription in tests
4
5 -- Adrien Nader <adrien.nader@canonical.com> Fri, 06 Dec 2024 10:36:31 +0100
6
1parmetis (4.0.3-7build4) plucky; urgency=medium7parmetis (4.0.3-7build4) plucky; urgency=medium
28
3 * No-change rebuild for openmpi soname change.9 * No-change rebuild for openmpi soname change.
diff --git a/debian/tests/build1 b/debian/tests/build1
index ce9d93b..371b86e 100644
--- a/debian/tests/build1
+++ b/debian/tests/build1
@@ -9,8 +9,8 @@
99
10set -e10set -e
1111
12export OMPI_MCA_orte_rsh_agent=/bin/false12export PRTE_MCA_plm_ssh_agent=/bin/false
13export OMPI_MCA_rmaps_base_oversubscribe=113export PRTE_MCA_rmaps_default_mapping_policy=:oversubscribe
1414
15WORKDIR=$(mktemp -d)15WORKDIR=$(mktemp -d)
16trap "rm -rf $WORKDIR" 0 INT QUIT ABRT PIPE TERM16trap "rm -rf $WORKDIR" 0 INT QUIT ABRT PIPE TERM

Subscribers

People subscribed via source and target branches