[lammps] 01/01: Allow --oversubscribe for autopkgtests
Graham Inggs
ginggs at moszumanska.debian.org
Sat Dec 24 06:11:01 UTC 2016
This is an automated email from the git hooks/post-receive script.
ginggs pushed a commit to branch master
in repository lammps.
commit 64c465da9036114cec9220ebe58bd264b974b694
Author: Graham Inggs <ginggs at debian.org>
Date: Sat Dec 24 08:10:19 2016 +0200
Allow --oversubscribe for autopkgtests
---
debian/tests/crack | 2 +-
debian/tests/dipole | 2 +-
debian/tests/ellipse | 2 +-
debian/tests/flow | 2 +-
debian/tests/friction | 2 +-
debian/tests/hugo | 2 +-
6 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/debian/tests/crack b/debian/tests/crack
index 655320b..f8a28e3 100755
--- a/debian/tests/crack
+++ b/debian/tests/crack
@@ -92,6 +92,6 @@ run 5000
EOF
-mpirun -np 2 lammps < in.crack
+mpirun -np 2 --oversubscribe lammps < in.crack
lammps < in.crack
echo "run: OK"
diff --git a/debian/tests/dipole b/debian/tests/dipole
index 7f8fc3f..6b9ddfe 100755
--- a/debian/tests/dipole
+++ b/debian/tests/dipole
@@ -56,6 +56,6 @@ run 10000
EOF
-mpirun -np 2 lammps < in.dipole
+mpirun -np 2 --oversubscribe lammps < in.dipole
lammps < in.dipole
echo "run: OK"
diff --git a/debian/tests/ellipse b/debian/tests/ellipse
index fd023e8..df26c57 100755
--- a/debian/tests/ellipse
+++ b/debian/tests/ellipse
@@ -81,6 +81,6 @@ run 2000
EOF
-mpirun -np 2 lammps < in.ellispe
+mpirun -np 2 --oversubscribe lammps < in.ellispe
lammps < in.ellispe
echo "run: OK"
diff --git a/debian/tests/flow b/debian/tests/flow
index 63a9910..c66e9fc 100755
--- a/debian/tests/flow
+++ b/debian/tests/flow
@@ -93,6 +93,6 @@ run 10000
EOF
-mpirun -np 2 lammps < in.flow
+mpirun -np 2 --oversubscribe lammps < in.flow
lammps < in.flow
echo "run: OK"
diff --git a/debian/tests/friction b/debian/tests/friction
index 6f944ba..9f077ef 100755
--- a/debian/tests/friction
+++ b/debian/tests/friction
@@ -105,6 +105,6 @@ run 20000
EOF
-mpirun -np 2 lammps < in.friction
+mpirun -np 2 --oversubscribe lammps < in.friction
lammps < in.friction
echo "run: OK"
diff --git a/debian/tests/hugo b/debian/tests/hugo
index b38b05d..735e7f8 100755
--- a/debian/tests/hugo
+++ b/debian/tests/hugo
@@ -196,6 +196,6 @@ run 10000
EOF
-mpirun -np 2 lammps < in.hugo
+mpirun -np 2 --oversubscribe lammps < in.hugo
lammps < in.hugo
echo "run: OK"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/lammps.git
More information about the debian-science-commits
mailing list