mirror of https://github.com/lammps/lammps.git
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@8707 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
25e966a8e4
commit
e737cf3868
|
@ -591,6 +591,10 @@ of the <A HREF = "run.html">run</A> command. These fixes are not invoked during
|
|||
|
||||
<P><B>Restrictions:</B>
|
||||
</P>
|
||||
<P>These fixes are all part of the RIGID package. It is only enabled if
|
||||
LAMMPS was built with that package. See the <A HREF = "Section_start.html#start_3">Making
|
||||
LAMMPS</A> section for more info.
|
||||
</P>
|
||||
<P>These fixes performs an MPI_Allreduce each timestep that is
|
||||
proportional in length to the number of rigid bodies. Hence they will
|
||||
not scale well in parallel if large numbers of rigid bodies are
|
||||
|
|
|
@ -578,6 +578,10 @@ of the "run"_run.html command. These fixes are not invoked during
|
|||
|
||||
[Restrictions:]
|
||||
|
||||
These fixes are all part of the RIGID package. It is only enabled if
|
||||
LAMMPS was built with that package. See the "Making
|
||||
LAMMPS"_Section_start.html#start_3 section for more info.
|
||||
|
||||
These fixes performs an MPI_Allreduce each timestep that is
|
||||
proportional in length to the number of rigid bodies. Hence they will
|
||||
not scale well in parallel if large numbers of rigid bodies are
|
||||
|
|
Loading…
Reference in New Issue