[med-svn] [Git][med-team/prottest][master] enable MPI run as root to pass test also when called as root
Andreas Tille
gitlab at salsa.debian.org
Sun Feb 21 10:33:01 GMT 2021
Andreas Tille pushed to branch master at Debian Med / prottest
Commits:
bc86f83d by Andreas Tille at 2021-02-21T11:32:42+01:00
enable MPI run as root to pass test also when called as root
- - - - -
1 changed file:
- debian/tests/run-unit-test
Changes:
=====================================
debian/tests/run-unit-test
=====================================
@@ -10,6 +10,12 @@ if [ "$AUTOPKGTEST_TMP" = "" ] ; then
trap "rm -rf ${AUTOPKGTEST_TMP}" 0 INT QUIT ABRT PIPE TERM
fi
+# enable MPI run as root to pass test also when called as root
+export OMPI_MCA_rmaps_base_oversubscribe=1
+export OMPI_ALLOW_RUN_AS_ROOT=1
+export OMPI_ALLOW_RUN_AS_ROOT_CONFIRM=1
+
+
cd $AUTOPKGTEST_TMP
cp -a /usr/share/doc/${pkg}/examples/* .
View it on GitLab: https://salsa.debian.org/med-team/prottest/-/commit/bc86f83da10ec2cb790e0f5a1f2174c8ece35a89
--
View it on GitLab: https://salsa.debian.org/med-team/prottest/-/commit/bc86f83da10ec2cb790e0f5a1f2174c8ece35a89
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20210221/4a7d3510/attachment.htm>
More information about the debian-med-commit
mailing list