Commit 900ecc17 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

document that rcb balancing depends on comm_style tiled which in turn is not...

document that rcb balancing depends on comm_style tiled which in turn is not compatible with triclinic cells
parent 68933470
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -510,10 +510,13 @@ each processor, instead of 4, and "SQUARES" replaced by "CUBES".
For 2d simulations, the {z} style cannot be used.  Nor can a "z"
appear in {dimstr} for the {shift} style.

Balancing through recursive bisectioning ({rcb} style) requires
"comm_style tiled"_comm_style.html

[Related commands:]

"group"_group.html, "processors"_processors.html,
"fix balance"_fix_balance.html
"fix balance"_fix_balance.html, "comm_style"_comm_style.html

[Default:] none
:link(pizza,http://pizza.sandia.gov)
+4 −1
Original line number Diff line number Diff line
@@ -51,7 +51,10 @@ decomposition will be the same, as described by
commands.  The decomposition can be changed via the
"balance"_balance.html or "fix balance"_fix_balance.html commands.

[Restrictions:] none
[Restrictions:]

Communication style {tiled} cannot be used with {triclinic} simulation
cells.

[Related commands:]

+5 −1
Original line number Diff line number Diff line
@@ -371,9 +371,13 @@ minimization"_minimize.html.
For 2d simulations, the {z} style cannot be used.  Nor can a "z"
appear in {dimstr} for the {shift} style.

Balancing through recursive bisectioning ({rcb} style) requires
"comm_style tiled"_comm_style.html

[Related commands:]

"group"_group.html, "processors"_processors.html, "balance"_balance.html
"group"_group.html, "processors"_processors.html, "balance"_balance.html,
"comm_style"_comm_style.html

[Default:] none
:link(pizza,http://pizza.sandia.gov)