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 (sudipmuk) wrote :

uploaded

review: Approve

Preview Diff

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

Subscribers

People subscribed via source and target branches