Skip to content
Snippets Groups Projects
Commit f151d6e4 authored by Ann Almgren's avatar Ann Almgren
Browse files

knapsack_nmax now defaults to 128

parent 452666cc
No related branches found
No related tags found
No related merge requests found
......@@ -54,6 +54,6 @@ The following inputs must be preceded by "mfix" and determine how we load balanc
| knapsack_weight_type | What weighting function to use if using Knapsack load balancing | String | RunTimeCosts |
| | Options are "RunTimeCosts" or "NumParticles"" | | |
+----------------------+-----------------------------------------------------------------------+-------------+--------------+
| knapsack_nmax | Maximum number of grids per MPI process if using knapsack algorithm | | |
| knapsack_nmax | Maximum number of grids per MPI process if using knapsack algorithm | Int | 128 |
+----------------------+-----------------------------------------------------------------------+-------------+--------------+
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