forked from lijiext/lammps
75 lines
2.4 KiB
Groff
75 lines
2.4 KiB
Groff
LAMMPS (16 Mar 2018)
|
|
OMP_NUM_THREADS environment is not set. Defaulting to 1 thread. (../comm.cpp:90)
|
|
using 1 OpenMP thread(s) per MPI task
|
|
# bulk Cu in EAM
|
|
|
|
units metal
|
|
atom_style atomic
|
|
|
|
lattice fcc 3.615
|
|
Lattice spacing in x,y,z = 3.615 3.615 3.615
|
|
region box block 0 20 0 20 0 20
|
|
create_box 1 box
|
|
Created orthogonal box = (0 0 0) to (72.3 72.3 72.3)
|
|
1 by 1 by 1 MPI processor grid
|
|
create_atoms 1 box
|
|
Created 32000 atoms
|
|
Time spent = 0.00185037 secs
|
|
|
|
pair_style eam
|
|
pair_coeff 1 1 Cu_u3.eam
|
|
|
|
velocity all create 1600.0 376847 loop geom
|
|
|
|
neighbor 1.0 bin
|
|
neigh_modify delay 5 every 1
|
|
|
|
fix 1 all nve
|
|
|
|
timestep 0.005
|
|
|
|
run 100
|
|
Neighbor list info ...
|
|
update every 1 steps, delay 5 steps, check yes
|
|
max neighbors/atom: 2000, page size: 100000
|
|
master list distance cutoff = 5.95
|
|
ghost atom cutoff = 5.95
|
|
binsize = 2.975, bins = 25 25 25
|
|
1 neighbor lists, perpetual/occasional/extra = 1 0 0
|
|
(1) pair eam, perpetual
|
|
attributes: half, newton on
|
|
pair build: half/bin/atomonly/newton
|
|
stencil: half/bin/3d/newton
|
|
bin: standard
|
|
Per MPI rank memory allocation (min/avg/max) = 16.83 | 16.83 | 16.83 Mbytes
|
|
Step Temp E_pair E_mol TotEng Press
|
|
0 1600 -113280 0 -106662.09 18703.573
|
|
100 801.832 -109957.3 0 -106640.77 51322.821
|
|
Loop time of 3.92295 on 1 procs for 100 steps with 32000 atoms
|
|
|
|
Performance: 11.012 ns/day, 2.179 hours/ns, 25.491 timesteps/s
|
|
99.6% CPU use with 1 MPI tasks x 1 OpenMP threads
|
|
|
|
MPI task timing breakdown:
|
|
Section | min time | avg time | max time |%varavg| %total
|
|
---------------------------------------------------------------
|
|
Pair | 3.3913 | 3.3913 | 3.3913 | 0.0 | 86.45
|
|
Neigh | 0.48107 | 0.48107 | 0.48107 | 0.0 | 12.26
|
|
Comm | 0.01729 | 0.01729 | 0.01729 | 0.0 | 0.44
|
|
Output | 0.00011253 | 0.00011253 | 0.00011253 | 0.0 | 0.00
|
|
Modify | 0.024349 | 0.024349 | 0.024349 | 0.0 | 0.62
|
|
Other | | 0.008847 | | | 0.23
|
|
|
|
Nlocal: 32000 ave 32000 max 32000 min
|
|
Histogram: 1 0 0 0 0 0 0 0 0 0
|
|
Nghost: 19909 ave 19909 max 19909 min
|
|
Histogram: 1 0 0 0 0 0 0 0 0 0
|
|
Neighs: 1.20778e+06 ave 1.20778e+06 max 1.20778e+06 min
|
|
Histogram: 1 0 0 0 0 0 0 0 0 0
|
|
|
|
Total # of neighbors = 1207784
|
|
Ave neighs/atom = 37.7433
|
|
Neighbor list builds = 13
|
|
Dangerous builds = 0
|
|
Total wall time: 0:00:03
|