Andreas Tille pushed to branch master at Debian Med / examl
Commits: e5860eba by Andreas Tille at 2018-07-02T11:31:51+02:00 export OMPI_MCA_rmaps_base_oversubscribe=1 in autopkgtest script - - - - - 5dfee7a0 by Andreas Tille at 2018-07-02T11:34:35+02:00 Upload to unstable - - - - - 2 changed files: - debian/changelog - debian/tests/run-unit-test Changes: ===================================== debian/changelog ===================================== --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +examl (3.0.21-2) unstable; urgency=medium + + * export OMPI_MCA_rmaps_base_oversubscribe=1 in autopkgtest script + Closes: #902848 + + -- Andreas Tille <[email protected]> Mon, 02 Jul 2018 11:32:28 +0200 + examl (3.0.21-1) unstable; urgency=medium * New upstream version ===================================== debian/tests/run-unit-test ===================================== --- a/debian/tests/run-unit-test +++ b/debian/tests/run-unit-test @@ -3,6 +3,8 @@ set -e pkg="examl" +export OMPI_MCA_rmaps_base_oversubscribe=1 + if [ "$ADTTMP" = "" ] ; then ADTTMP=`mktemp -d /tmp/${pkg}-test.XXXXXX` trap "rm -rf $ADTTMP" 0 INT QUIT ABRT PIPE TERM View it on GitLab: https://salsa.debian.org/med-team/examl/compare/3565c6f9a4f2a90d69b46de02bc6e2174e6c3c6c...5dfee7a008d805da9eea6a6a0c9c689f21d516d1 -- View it on GitLab: https://salsa.debian.org/med-team/examl/compare/3565c6f9a4f2a90d69b46de02bc6e2174e6c3c6c...5dfee7a008d805da9eea6a6a0c9c689f21d516d1 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
