~ubuntu-branches/debian/sid/lammps/sid

« back to all changes in this revision

Viewing changes to examples/gpu/log.gpu.melt.5.0.1Feb14.linux.1

  • Committer: Package Import Robot
  • Author(s): Anton Gladky
  • Date: 2015-04-29 23:44:49 UTC
  • mfrom: (5.1.3 experimental)
  • Revision ID: package-import@ubuntu.com-20150429234449-mbhy9utku6hp6oq8
Tags: 0~20150313.gitfa668e1-1
Upload into unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
LAMMPS (1 Feb 2014)
2
 
# 3d Lennard-Jones melt
3
 
 
4
 
newton          off
5
 
package         gpu force/neigh 0 1 1 threads_per_atom 8
6
 
 
7
 
variable        x index 2
8
 
variable        y index 2
9
 
variable        z index 2
10
 
 
11
 
variable        xx equal 20*$x
12
 
variable        xx equal 20*2
13
 
variable        yy equal 20*$y
14
 
variable        yy equal 20*2
15
 
variable        zz equal 20*$z
16
 
variable        zz equal 20*2
17
 
 
18
 
units           lj
19
 
atom_style      atomic
20
 
 
21
 
lattice         fcc 0.8442
22
 
Lattice spacing in x,y,z = 1.6796 1.6796 1.6796
23
 
region          box block 0 ${xx} 0 ${yy} 0 ${zz}
24
 
region          box block 0 40 0 ${yy} 0 ${zz}
25
 
region          box block 0 40 0 40 0 ${zz}
26
 
region          box block 0 40 0 40 0 40
27
 
create_box      1 box
28
 
Created orthogonal box = (0 0 0) to (67.1838 67.1838 67.1838)
29
 
  1 by 1 by 1 MPI processor grid
30
 
create_atoms    1 box
31
 
Created 256000 atoms
32
 
mass            1 1.0
33
 
 
34
 
velocity        all create 1.44 87287 loop geom
35
 
 
36
 
pair_style      lj/cut/gpu 5.0
37
 
pair_coeff      1 1 1.0 1.0 5.0
38
 
 
39
 
neighbor        0.3 bin
40
 
neigh_modify    delay 0 every 20 check no
41
 
 
42
 
fix             1 all nve
43
 
 
44
 
thermo          100
45
 
run             1000
46
 
Memory usage per processor = 58.5717 Mbytes
47
 
Step Temp E_pair E_mol TotEng Press 
48
 
       0         1.44   -7.1616931            0   -5.0017016   -5.6743465 
49
 
     100   0.75998441   -6.1430228            0   -5.0030506  -0.43702263 
50
 
     200   0.75772859   -6.1397321            0   -5.0031437  -0.40563811 
51
 
     300   0.75030002   -6.1286578            0   -5.0032122  -0.33104717 
52
 
     400   0.73999054   -6.1132463            0   -5.0032649  -0.24001424 
53
 
     500   0.73224838   -6.1016938            0   -5.0033255  -0.16524979 
54
 
     600   0.72455889   -6.0902001            0    -5.003366 -0.099949772 
55
 
     700   0.71911385   -6.0820798            0   -5.0034133 -0.046759186 
56
 
     800   0.71253787   -6.0722342            0   -5.0034316 0.0019671065 
57
 
     900   0.70835425   -6.0659819            0   -5.0034546  0.037482543 
58
 
    1000   0.70648171   -6.0631852            0   -5.0034668  0.057159495 
59
 
Loop time of 53.1575 on 1 procs for 1000 steps with 256000 atoms
60
 
 
61
 
Pair  time (%) = 45.4859 (85.5682)
62
 
Neigh time (%) = 7.9155e-05 (0.000148907)
63
 
Comm  time (%) = 1.40304 (2.63941)
64
 
Outpt time (%) = 0.00999498 (0.0188026)
65
 
Other time (%) = 6.25847 (11.7734)
66
 
 
67
 
Nlocal:    256000 ave 256000 max 256000 min
68
 
Histogram: 1 0 0 0 0 0 0 0 0 0
69
 
Nghost:    141542 ave 141542 max 141542 min
70
 
Histogram: 1 0 0 0 0 0 0 0 0 0
71
 
Neighs:    0 ave 0 max 0 min
72
 
Histogram: 1 0 0 0 0 0 0 0 0 0
73
 
 
74
 
Total # of neighbors = 0
75
 
Ave neighs/atom = 0
76
 
Neighbor list builds = 50
77
 
Dangerous builds = 0
78
 
 
79
 
Please see the log.cite file for references relevant to this simulation
80