From 987c6df6b0d62ab4f849e587239c0b5a9d3cbe6b Mon Sep 17 00:00:00 2001 From: Hengjie Wang Date: Mon, 6 Dec 2021 10:33:55 -0600 Subject: [PATCH] Add missing input option 'greedy_dir' for the Greedy method. --- docs/source/inputs/InputsLoadBalancing.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/source/inputs/InputsLoadBalancing.rst b/docs/source/inputs/InputsLoadBalancing.rst index 5bf2768..8d3efcd 100644 --- a/docs/source/inputs/InputsLoadBalancing.rst +++ b/docs/source/inputs/InputsLoadBalancing.rst @@ -78,4 +78,6 @@ The following inputs must be preceded by "mfix" and determine how we load balanc +----------------------+-----------------------------------------------------------------------+-------------+--------------+ | knapsack_nmax | Maximum number of grids per MPI process if using knapsack algorithm | Int | 128 | +----------------------+-----------------------------------------------------------------------+-------------+--------------+ +| greedy_dir | The direction in which the Greedy algorithm cuts overloaded boxes | Int | 0 | ++----------------------+-----------------------------------------------------------------------+-------------+--------------+ -- GitLab