git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@7774 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp
2012-02-13 16:33:57 +00:00
parent 9bde12eee0
commit f05fd37069
2 changed files with 4 additions and 4 deletions

View File

@ -16,7 +16,7 @@ balancing has not yet been released.
</P>
<P><B>Syntax:</B>
</P>
<PRE>balance group-ID keyword args ...
<PRE>balance keyword args ...
</PRE>
<LI>one or more keyword/arg pairs may be appended
</UL>
@ -53,7 +53,7 @@ the computational cost (load) evenly across processors. The load
balancing is "static" in the sense that this command performs the
balancing once, before or between simulations. The processor
sub-domains will then remain static during the subsequent run. To
perform "dynammic" balancing, see the <A HREF = "fix_balance.html">fix balance</A>
perform "dynamic" balancing, see the <A HREF = "fix_balance.html">fix balance</A>
command, which can adjust processor sub-domain sizes on-the-fly during
a <A HREF = "run.html">run</A>.
</P>

View File

@ -13,7 +13,7 @@ balancing has not yet been released.
[Syntax:]
balance group-ID keyword args ... :pre
balance keyword args ... :pre
one or more keyword/arg pairs may be appended :ule,l
keyword = {x} or {y} or {z} or {dynamic} :l
@ -47,7 +47,7 @@ the computational cost (load) evenly across processors. The load
balancing is "static" in the sense that this command performs the
balancing once, before or between simulations. The processor
sub-domains will then remain static during the subsequent run. To
perform "dynammic" balancing, see the "fix balance"_fix_balance.html
perform "dynamic" balancing, see the "fix balance"_fix_balance.html
command, which can adjust processor sub-domain sizes on-the-fly during
a "run"_run.html.