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

This commit is contained in:
sjplimp 2012-06-12 23:22:58 +00:00
parent ac9522b391
commit e1f59347fa
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ balancing has not yet been released.
<I>z</I> args = <I>uniform</I> or Pz-1 numbers between 0 and 1
<I>uniform</I> = evenly spaced cuts between processors in z dimension
numbers = Pz-1 ascending values between 0 and 1, Pz - # of processors in z dimension
<I>dynamic</I> args = disstr Niter thresh
<I>dynamic</I> args = dimstr Niter thresh
dimstr = sequence of letters containing "x" or "y" or "z", each not more than once
Niter = # of times to iterate within each dimension of dimstr sequence
thresh = stop balancing when this imbalance threshhold is reached

View File

@ -26,7 +26,7 @@ keyword = {x} or {y} or {z} or {dynamic} or {out} :l
{z} args = {uniform} or Pz-1 numbers between 0 and 1
{uniform} = evenly spaced cuts between processors in z dimension
numbers = Pz-1 ascending values between 0 and 1, Pz - # of processors in z dimension
{dynamic} args = disstr Niter thresh
{dynamic} args = dimstr Niter thresh
dimstr = sequence of letters containing "x" or "y" or "z", each not more than once
Niter = # of times to iterate within each dimension of dimstr sequence
thresh = stop balancing when this imbalance threshhold is reached