forked from lijiext/lammps
Small doc tweak
This commit is contained in:
parent
406ead64b5
commit
7ee39416b4
|
@ -239,10 +239,11 @@ ordered in which they are listed.
|
||||||
|
|
||||||
The keyword *chunksize* is only applicable when using the
|
The keyword *chunksize* is only applicable when using the
|
||||||
KOKKOS package and is ignored otherwise. This keyword controls
|
KOKKOS package and is ignored otherwise. This keyword controls
|
||||||
the number of atoms in each pass used to compute the forces
|
the number of atoms in each pass used to compute the bispectrum
|
||||||
and is use to avoid running out of memory. For example if there
|
components and is used to avoid running out of memory. For example
|
||||||
are 4000 atoms in the simulation and the *chunksize* is set to
|
if there are 4000 atoms in the simulation and the *chunksize*
|
||||||
2000, the force calculation will be broken up into two passes.
|
is set to 2000, the bispectrum calculation will be broken up
|
||||||
|
into two passes.
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue