Skip to content
Snippets Groups Projects
Commit 987c6df6 authored by Hengjie Wang's avatar Hengjie Wang
Browse files

Add missing input option 'greedy_dir' for the Greedy method.

parent e0bb1b68
No related branches found
No related tags found
1 merge request!16Add missing input option 'greedy_dir' for the Greedy method.
......@@ -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 |
+----------------------+-----------------------------------------------------------------------+-------------+--------------+
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment