Commit f151d6e4 authored by Ann Almgren's avatar Ann Almgren
Browse files

knapsack_nmax now defaults to 128

parent 452666cc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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          | 
+----------------------+-----------------------------------------------------------------------+-------------+--------------+