Unverified Commit 20843f74 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

add documentation for warning added to comm styles

parent be1522d1
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -129,6 +129,16 @@ Self-explanatory. :dd

Self-explanatory. :dd

{Communication cutoff is 0.0. No ghost atoms will be generated. Atoms may get lost} :dt

The communication cutoff defaults to the maximum of what is inferred from
pair and bond styles (will be zero, if none are defined) and what is specified
via "comm_modify cutoff"_comm_modify.html (defaults to 0.0).  If this results
to 0.0, no ghost atoms will be generated and LAMMPS may lose atoms or use
incorrect periodic images of atoms in interaction lists.  To avoid, either use
"pair style zero"_pair_zero.html with a suitable cutoff or use "comm_modify
cutoff"_comm_modify.html. :dd

{Communication cutoff is too small for SNAP micro load balancing, increased to %lf} :dt

Self-explanatory. :dd
+9 −0
Original line number Diff line number Diff line
@@ -237,6 +237,15 @@ Self-explanatory.

E: Cannot put data on ring from NULL pointer

W: Communication cutoff is 0.0. No ghost atoms will be generated. Atoms may get lost.

The communication cutoff defaults to the maximum of what is inferred from pair and
bond styles (will be zero, if none are defined) and what is specified via
"comm_modify cutoff" (defaults to 0.0).  If this results to 0.0, no ghost atoms will
be generated and LAMMPS may lose atoms or use incorrect periodic images of atoms in
interaction lists.  To avoid, either define pair style zero with a suitable cutoff
or use comm_modify cutoff.

UNDOCUMENTED

U: OMP_NUM_THREADS environment is not set.