From f05fd3706960b95ed92699dbd90c2a6645d35b45 Mon Sep 17 00:00:00 2001 From: sjplimp Date: Mon, 13 Feb 2012 16:33:57 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@7774 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- doc/balance.html | 4 ++-- doc/balance.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/balance.html b/doc/balance.html index 216fdae35b..c8985c8d58 100644 --- a/doc/balance.html +++ b/doc/balance.html @@ -16,7 +16,7 @@ balancing has not yet been released.

Syntax:

-
balance group-ID keyword args ... 
+
balance keyword args ... 
 
  • one or more keyword/arg pairs may be appended @@ -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 fix balance +perform "dynamic" balancing, see the fix balance command, which can adjust processor sub-domain sizes on-the-fly during a run.

    diff --git a/doc/balance.txt b/doc/balance.txt index 06173dd7ee..368cdab1b2 100644 --- a/doc/balance.txt +++ b/doc/balance.txt @@ -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.