Merge ~adrien/ubuntu/+source/adios2:plucky-too-many-procs into ubuntu/+source/adios2:ubuntu/devel
Proposed by
Adrien Nader
Status: | Needs review |
---|---|
Proposed branch: | ~adrien/ubuntu/+source/adios2:plucky-too-many-procs |
Merge into: | ubuntu/+source/adios2:ubuntu/devel |
Diff against target: |
67 lines (+23/-5) 4 files modified
debian/changelog (+17/-0) debian/control (+2/-1) debian/tests/adios2-mpi-examples (+2/-2) debian/tests/adios2-mpi-test (+2/-2) |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Simon Quigley (community) | Needs Fixing | ||
Review via email: mp+477906@code.launchpad.net |
Description of the change
Please review this merge request. In addition to the git commits, a debdiff put in comments below for convenience.
OpenMPI 5.0 changed the name and the value of environment variable. This change adapts the ones used in tests.
# ๐ PPA
A PPA is available at:
https:/
# ๐งช Autopkgtest results
No autopkgtest results yet.
# ๐ Lintian diff from most recent published package
No relevant lintian change.
To post a comment you must log in.
For convenience: debdiff below:
diff -Nru adios2- 2.10.1+ dfsg1/debian/ changelog adios2- 2.10.1+ dfsg1/debian/ changelog 2.10.1+ dfsg1/debian/ changelog 2024-12-01 02:00:25.000000000 +0100 2.10.1+ dfsg1/debian/ changelog 2024-12-06 10:34:31.000000000 +0100 dfsg1-13ubuntu1 ) plucky; urgency=medium rmaps_base_ oversubscribe= 1 rmaps_default_ mapping_ policy= :oversubscribe plm_rsh_ agent=/ bin/false plm_ssh_ agent=/ bin/false
--- adios2-
+++ adios2-
@@ -1,3 +1,20 @@
+adios2 (2.10.1+
+
+ * OpenMPI 5.0 changed the name and the value of the environment variable to
+ allow oversubscription from
+ export OMPI_MCA_
+ to
+ export PRTE_MCA_
+ Use the new variable name in debian/tests.
+ * OpenMPI 5.0 changed the name of the environment variable to set the SSH
+ agent from
+ export OMPI_MCA_
+ to
+ export PRTE_MCA_
+ Use the new variable name in debian/tests.
+
+ -- Adrien Nader <email address hidden> Fri, 06 Dec 2024 10:34:31 +0100
+
adios2 (2.10.1+dfsg1-13) unstable; urgency=medium
* Team upload. 2.10.1+ dfsg1/debian/ control adios2- 2.10.1+ dfsg1/debian/ control 2.10.1+ dfsg1/debian/ control 2024-12-01 02:00:25.000000000 +0100 2.10.1+ dfsg1/debian/ control 2024-12-06 10:34:31.000000000 +0100 Maintainer: Debian Science Maintainers <email address hidden>
Francesco Ballarin <email address hidden> 2.10.1+ dfsg1/debian/ tests/adios2- mpi-examples adios2- 2.10.1+ dfsg1/debian/ tests/adios2- mpi-examples 2.10.1+ dfsg1/debian/ tests/adios2- mpi-examples 2024-12-01 02:00:25.000000000 +0100 2.10.1+ dfsg1/debian/ tests/adios2- mpi-examples 2024-12-06 10:34:17.000000000 +0100
diff -Nru adios2-
--- adios2-
+++ adios2-
@@ -1,6 +1,7 @@
Source: adios2
Priority: optional
-Maintainer: Debian Science Maintainers <email address hidden>
+Maintainer: Ubuntu Developers <email address hidden>
+XSBC-Original-
Uploaders: Drew Parsons <email address hidden>,
Build-Depends:
diff -Nru adios2-
--- adios2-
+++ adios2-
@@ -4,8 +4,8 @@
err_code=0
-export OMPI_MCA_ plm_rsh_ agent=/ bin/false rmaps_base_ oversubscribe= 1 plm_ssh_ agent=/ bin/false rmaps_default_ mapping_ policy= :oversubscribe
-export OMPI_MCA_
+export PRTE_MCA_
+export PRTE_MCA_
# MPI is typically more efficient with 1 thread per process
export OMP_NUM_THREADS=1
diff -Nru adios2- 2.10.1+ dfsg1/debian/ tests/adios2- mpi-test adios2- 2.10.1+ dfsg1/debian/ tests/adios2- mpi-test 2.10.1+ dfsg1/debian/ tests/adios2- mpi-test 2024-12-01 02:00:25.000000000 +0100 2.10.1+ dfsg1/debian/ tests/adios2- mpi-test 2024-12-06 10:33:00.000000000 +0100 MULTIARCH= $(dpkg- architecture -qDEB_HOST_ MULTIARCH) ARCH_ENDIAN= $(dpkg- architecture -qDEB_HOST_ ARCH_ENDIAN)
--- adios2-
+++ adios2-
@@ -8,8 +8,8 @@
DEB_HOST_
DEB_HOST_
-export OMPI_MCA_ plm_rsh_ agent=/ bin/false rmaps_base_ oversubscribe= 1 plm_ssh_ agent=/ bin/false rmaps_default_ mapping_ policy= :oversubscribe
-export OMPI_MCA_
+export PRTE_MCA_
+export PRTE_MCA_
# MPI is typically more efficient with 1 thread per process
export OMP_NUM_THREADS=1