[liggghts] 01/01: Update autopkgtests with examples from 3.5.0

Graham Inggs ginggs at moszumanska.debian.org
Sun Nov 6 09:32:21 UTC 2016


This is an automated email from the git hooks/post-receive script.

ginggs pushed a commit to branch master
in repository liggghts.

commit 4e7e992b1931e0dbbea85b80ec66d9d95f7165d0
Author: Graham Inggs <graham at nerve.org.za>
Date:   Sun Nov 6 11:32:13 2016 +0200

    Update autopkgtests with examples from 3.5.0
---
 debian/changelog     |  1 +
 debian/tests/heat    |  9 +++------
 debian/tests/packing | 10 +++++-----
 3 files changed, 9 insertions(+), 11 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a8605d1..17ca990 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ liggghts (3.5.0+repack1-3) UNRELEASED; urgency=medium
   [ Graham Inggs ]
   * Restrictions: allow-stderr on the tests, for compatibility with current
     openmpi.
+  * Update autopkgtests with examples from 3.5.0.
 
  -- Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>  Sun, 06 Nov 2016 11:26:01 +0200
 
diff --git a/debian/tests/heat b/debian/tests/heat
index 72af8e0..fdf2737 100755
--- a/debian/tests/heat
+++ b/debian/tests/heat
@@ -59,14 +59,12 @@ fix             heattransfer all heat/gran initial_temperature 300.
 region		bc cylinder z 0. 0. 0.045 0.00 0.15 units box
 
 #particle distributions and insertion
-fix		pts1 all particletemplate/sphere 1 atom_type 1 density constant 8000 radius constant 0.004
-fix		pdd1 all particledistribution/discrete 1.  1 pts1 1.0
+fix		pts1 all particletemplate/sphere 15485863 atom_type 1 density constant 8000 radius constant 0.004
+fix		pdd1 all particledistribution/discrete 15485867 1 pts1 1.0
 
-fix		ins all insert/pack seed 15485863 distributiontemplate pdd1 vel constant 0. 0. -0.3 &
+fix		ins all insert/pack seed 32452843 distributiontemplate pdd1 vel constant 0. 0. -0.3 &
 		insert_every once overlapcheck yes all_in yes volumefraction_region 0.25 region bc
 
-#fix		ins nve_group pour/legacy 500 1 1 vol 0.7 1000 diam 0.008 0.008 dens 8000 8000 vel 0. 0. 0. 0. -0.3 region bc
-
 #apply nve integration to all particles
 fix		integr all nve/sphere
 
@@ -75,7 +73,6 @@ compute		rke all erotate/sphere
 thermo_style	custom step atoms ke c_rke f_heattransfer vol
 thermo		1000
 thermo_modify	lost ignore norm no
-compute_modify	thermo_temp dynamic yes
 
 #insert the first particles so that dump is not empty
 run		1
diff --git a/debian/tests/packing b/debian/tests/packing
index 7a85bf4..0e03531 100755
--- a/debian/tests/packing
+++ b/debian/tests/packing
@@ -18,6 +18,7 @@ atom_style	granular
 atom_modify	map array
 boundary	m m m
 newton		off
+#echo		both
 
 communicate	single vel yes
 
@@ -52,9 +53,9 @@ fix zwalls2 all wall/gran model hertz tangential history primitive type 1 zplane
 
 
 #distributions for insertion
-fix		pts1 all particletemplate/sphere 1 atom_type 1 density constant 2500 radius constant 0.005
-fix		pts2 all particletemplate/sphere 1 atom_type 1 density constant 2500 radius constant 0.008
-fix		pdd1 all particledistribution/discrete 1.  2 pts1 0.3 pts2 0.7
+fix		pts1 all particletemplate/sphere 15485863 atom_type 1 density constant 2500 radius constant 0.005
+fix		pts2 all particletemplate/sphere 15485867 atom_type 1 density constant 2500 radius constant 0.008
+fix		pdd1 all particledistribution/discrete 32452843 2 pts1 0.3 pts2 0.7
 
 #parameters for gradually growing particle diameter
 variable	alphastart equal 0.25
@@ -67,7 +68,7 @@ variable	relaxts equal 20000
 group		nve_group region reg
 
 #particle insertion
-fix		ins nve_group insert/pack seed 15485863 distributiontemplate pdd1 &
+fix		ins nve_group insert/pack seed 32452867 distributiontemplate pdd1 &
 			maxattempt 200 insert_every once overlapcheck yes all_in yes vel constant 0. 0. 0. &
 			region reg volumefraction_region \${alphastart}
 
@@ -79,7 +80,6 @@ compute		1 all erotate/sphere
 thermo_style	custom step atoms ke c_1 vol
 thermo		1000
 thermo_modify	lost ignore norm no
-compute_modify	thermo_temp dynamic yes
 
 #insert the first particles
 run		1

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/liggghts.git



More information about the debian-science-commits mailing list