Skip to content
Snippets Groups Projects
Unverified Commit 576a5a46 authored by William Fullmer's avatar William Fullmer Committed by GitHub
Browse files

Merge pull request #16 from hengjiew/master

Add missing input option 'greedy_dir' for the Greedy method.
parents f55c9d06 987c6df6
No related branches found
No related tags found
No related merge requests found
......@@ -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