Commit 807ce545 authored by sjplimp's avatar sjplimp
Browse files

git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@1835 f3b2605a-c512-4ea7-a41b-209d697bcdaa
parent 906aa9a0
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -21,9 +21,11 @@ neigh_modify exclude group bottom bottom

fix		1 all gravity 1.0 chute 26.0
fix		2 bottom freeze
fix		3 active nve/gran
fix		3 active nve/sphere

thermo_style	granular
compute		1 all erotate/sphere
thermo_style	custom step atoms ke c_1 vol
thermo_modify	norm no
thermo		100

run		100
+4 −2
Original line number Diff line number Diff line
@@ -26,9 +26,11 @@ neigh_modify exclude group bottom bottom

fix		1 all gravity 1.0 chute 26.0
fix		2 bottom freeze
fix		3 active nve/gran
fix		3 active nve/sphere

thermo_style	granular
compute		1 all erotate/sphere
thermo_style	custom step atoms ke c_1 vol
thermo_modify	norm no
thermo		100

run		100
+9 −9
Original line number Diff line number Diff line
LAMMPS (22 Jan 2008)
LAMMPS (21 May 2008)
# FENE beadspring benchmark

units		lj
@@ -36,14 +36,14 @@ Memory usage per processor = 8.37288 Mbytes
Step Temp E_pair E_mol TotEng Press 
       0   0.97029772   0.44484087    20.494523    22.394765    4.6721833 
     100   0.97434451     0.439712    20.499596    22.400779    4.6558589 
Loop time of 1.92511 on 1 procs for 100 steps with 32000 atoms

Pair  time (%) = 0.479302 (24.8973)
Bond  time (%) = 0.244982 (12.7256)
Neigh time (%) = 0.724451 (37.6316)
Comm  time (%) = 0.0567744 (2.94914)
Outpt time (%) = 0.000191927 (0.00996964)
Other time (%) = 0.419413 (21.7864)
Loop time of 1.9301 on 1 procs for 100 steps with 32000 atoms

Pair  time (%) = 0.479393 (24.8377)
Bond  time (%) = 0.245655 (12.7275)
Neigh time (%) = 0.740825 (38.3827)
Comm  time (%) = 0.0547066 (2.83439)
Outpt time (%) = 0.000176907 (0.00916566)
Other time (%) = 0.409346 (21.2085)

Nlocal:    32000 ave 32000 max 32000 min
Histogram: 1 0 0 0 0 0 0 0 0 0
+9 −9
Original line number Diff line number Diff line
LAMMPS (22 Jan 2008)
LAMMPS (21 May 2008)
# FENE beadspring benchmark

units		lj
@@ -36,14 +36,14 @@ Memory usage per processor = 3.56846 Mbytes
Step Temp E_pair E_mol TotEng Press 
       0   0.97029772   0.44484087    20.494523    22.394765    4.6721833 
     100   0.96717514    0.4422441    20.503712    22.396674    4.6686541 
Loop time of 0.519059 on 4 procs for 100 steps with 32000 atoms

Pair  time (%) = 0.0858856 (16.5464)
Bond  time (%) = 0.0584659 (11.2638)
Neigh time (%) = 0.164426 (31.6776)
Comm  time (%) = 0.10412 (20.0594)
Outpt time (%) = 0.000526488 (0.101431)
Other time (%) = 0.105635 (20.3513)
Loop time of 0.517097 on 4 procs for 100 steps with 32000 atoms

Pair  time (%) = 0.0861632 (16.6628)
Bond  time (%) = 0.0587686 (11.3651)
Neigh time (%) = 0.166046 (32.1112)
Comm  time (%) = 0.103121 (19.9423)
Outpt time (%) = 0.000503242 (0.0973205)
Other time (%) = 0.102495 (19.8213)

Nlocal:    8000 ave 8024 max 7973 min
Histogram: 1 0 0 1 0 0 0 1 0 1
+8 −8
Original line number Diff line number Diff line
LAMMPS (22 Jan 2008)
LAMMPS (21 May 2008)
# FENE beadspring benchmark

variable	x index 1
@@ -52,14 +52,14 @@ Memory usage per processor = 10.0339 Mbytes
Step Temp E_pair E_mol TotEng Press 
       0   0.97027498   0.44484087    20.494523    22.394765    4.6721833 
     100   0.97400897   0.44134715    20.501052    22.403401    4.6879813 
Loop time of 2.50452 on 4 procs for 100 steps with 128000 atoms
Loop time of 2.53108 on 4 procs for 100 steps with 128000 atoms

Pair  time (%) = 0.524648 (20.948)
Bond  time (%) = 0.266218 (10.6295)
Neigh time (%) = 0.772881 (30.8594)
Comm  time (%) = 0.300915 (12.0149)
Outpt time (%) = 0.000822663 (0.0328471)
Other time (%) = 0.63904 (25.5154)
Pair  time (%) = 0.525394 (20.7577)
Bond  time (%) = 0.26664 (10.5346)
Neigh time (%) = 0.784977 (31.0135)
Comm  time (%) = 0.315919 (12.4816)
Outpt time (%) = 0.000892997 (0.0352813)
Other time (%) = 0.637255 (25.1772)

Nlocal:    32000 ave 32015 max 31986 min
Histogram: 2 0 0 0 0 0 0 0 1 1
Loading