LAMMPS Version: (27 Jun 2024) (from github)
Platform:
Linux "SUSE Linux Enterprise Server 12 SP3" 4.4.73-5-default x86_64
GNU C++ 10.2.1 20201202 [revision e563687cf9d3d1278f45aaebd03e0f66531076c9] with OpenMP 4.5
Configuration:
cmake -D CMAKE_BUILD_TYPE=Release
-D BUILD_SHARED_LIBS=yes
-D BUILD_LIB=yes
-D PKG_PYTHON=yes
-D BUILD_MPI=yes
-D PKG_OPEMP=yes
-D BUILD_OMP=yes
-D LAMMPS_MACHINE=mpi
-D BUILD_TOOLS=yes
-D BUILD_LAMMPS_SHELL=no
-D BUILD_LAMMPS_GUI=no
-D PKG_ADIOS=yes
-D ADIOS2_DIR=/scratch/repos/ADIOS2/build_mpi/
-D CMAKE_INSTALL_PREFIX=$VIRTUAL_ENV
-D Python_EXECUTABLE=$VIRTUAL_ENV/bin/python3.8
../cmake
cmake --build . --parallel -j 16
make install
make install-python
in.file:
region allbox block 0 350 0 350 0 350 side in units box
create_box 1 allbox
mass 1 24
pair_style lj/cut 2.5
pair_coeff 1 1 1 1
pair_modify shift yes
timestep 0.01
read_data data.lmp add append
compute neighs all coord/atom cutoff 1.5
run 0
variable is_monomer atom c_neighs==0
variable not_monomer atom c_neighs!=0
group monomers variable is_monomer
group non_monomers variable not_monomer
My output (log.lammps
):
LAMMPS (27 Jun 2024)
region allbox block 0 350 0 350 0 350 side in units box
create_box 1 allbox
Created orthogonal box = (0 0 0) to (350 350 350)
1 by 1 by 1 MPI processor grid
mass 1 24
pair_style lj/cut 2.5
pair_coeff 1 1 1 1
pair_modify shift yes
timestep 0.01
read_data data.lmp add append
Reading data file ...
orthogonal box = (0 0 0) to (350 350 350)
1 by 1 by 1 MPI processor grid
reading atoms ...
1000188 atoms
reading velocities ...
1000188 velocities
read_data CPU = 14.290 seconds
compute neighs all coord/atom cutoff 1.5
run 0
CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE
Your simulation uses code contributions which should be cited:
- Type Label Framework: https://doi.org/10.1021/acs.jpcb.3c08419
@Article{Gissinger24,
author = {Jacob R. Gissinger, Ilia Nikiforov, Yaser Afshar, Brendon Waters, Moon-ki Choi, Daniel S. Karls, Alexander Stukowski, Wonpil Im, Hendrik Heinz, Axel Kohlmeyer, and Ellad B. Tadmor},
title = {Type Label Framework for Bonded Force Fields in LAMMPS},
journal = {J. Phys. Chem. B},
year = 2024,
volume = 128,
number = 13,
pages = {3282–-3297}
}
CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE
WARNING: No fixes with time integration, atoms won't move (src/verlet.cpp:60)
Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule
Neighbor list info ...
update: every = 1 steps, delay = 0 steps, check = yes
max neighbors/atom: 2000, page size: 100000
master list distance cutoff = 2.8
ghost atom cutoff = 2.8
binsize = 1.4, bins = 251 251 251
3 neighbor lists, perpetual/occasional/extra = 1 2 0
(1) pair lj/cut, perpetual
attributes: half, newton on
pair build: half/bin/atomonly/newton
stencil: half/bin/3d
bin: standard
(2) compute cluster/atom, occasional
attributes: full, newton on
pair build: full/bin/atomonly
stencil: full/bin/3d
bin: standard
(3) compute coord/atom, occasional
attributes: full, newton on
pair build: full/bin/atomonly
stencil: full/bin/3d
bin: standard
Per MPI rank memory allocation (min/avg/max) = 279.5 | 279.5 | 279.5 Mbytes
Step Temp E_pair E_mol TotEng Press
0 0.65041229 -0.29642269 0 0.67919476 0.011745204
Loop time of 6.8e-07 on 1 procs for 0 steps with 1000188 atoms
735.3% CPU use with 1 MPI tasks x 1 OpenMP threads
MPI task timing breakdown:
Section | min time | avg time | max time |%varavg| %total
---------------------------------------------------------------
Pair | 0 | 0 | 0 | 0.0 | 0.00
Neigh | 0 | 0 | 0 | 0.0 | 0.00
Comm | 0 | 0 | 0 | 0.0 | 0.00
Output | 0 | 0 | 0 | 0.0 | 0.00
Modify | 0 | 0 | 0 | 0.0 | 0.00
Other | | 6.8e-07 | | |100.00
Nlocal: 1.00019e+06 ave 1.00019e+06 max 1.00019e+06 min
Histogram: 1 0 0 0 0 0 0 0 0 0
Nghost: 33647 ave 33647 max 33647 min
Histogram: 1 0 0 0 0 0 0 0 0 0
Neighs: 1.4329e+06 ave 1.4329e+06 max 1.4329e+06 min
Histogram: 1 0 0 0 0 0 0 0 0 0
FullNghs: 0 ave 0 max 0 min
Histogram: 1 0 0 0 0 0 0 0 0 0
Total # of neighbors = 1432901
Ave neighs/atom = 1.4326317
Neighbor list builds = 0
Dangerous builds = 0
variable is_monomer atom c_neighs==0
variable not_monomer atom c_neighs!=0
group monomers variable is_monomer
1000188 atoms in group monomers
group non_monomers variable not_monomer
0 atoms in group non_monomers
Total wall time: 0:00:15
Data file: Google Drive