Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
export OMPI_MCA_rmaps_base_oversubscribe=1 in autopkgtest script
· e5860eba
Andreas Tille
authored
Jul 02, 2018
e5860eba
Upload to unstable
· 5dfee7a0
Andreas Tille
authored
Jul 02, 2018
5dfee7a0
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
5dfee7a0
examl (3.0.21-2) unstable; urgency=medium
* export OMPI_MCA_rmaps_base_oversubscribe=1 in autopkgtest script
Closes: #902848
-- Andreas Tille <tille@debian.org> Mon, 02 Jul 2018 11:32:28 +0200
examl (3.0.21-1) unstable; urgency=medium
* New upstream version
...
...
debian/tests/run-unit-test
View file @
5dfee7a0
...
...
@@ -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
...
...