Skip to content

Commit aff2f17

Browse files
committed
Add load balancing section to simulation parameters table in the config docs
1 parent 5d030cb commit aff2f17

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/configuration.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,9 @@ Parameter | Description
5252
Parameter | Description
5353
--- | ---
5454
`macro_domain_bounds`| Minimum and maximum bounds of the macro-domain, having the format `[xmin, xmax, ymin, ymax, zmin, zmax]` in 3D and `[xmin, xmax, ymin, ymax]` in 2D.
55-
Domain decomposition parameters | See section on [domain decomposition](#domain-decomposition). But default, the Micro Manager assumes that it will be run in serial.
55+
Domain decomposition parameters | See section on [domain decomposition](#domain-decomposition). But default, the Micro Manager assumes serial execution.
5656
Adaptivity parameters | See section on [adaptivity](#adaptivity). By default, adaptivity is disabled.
57+
Load balancing parameters | See section on [load balancing](#load-balancing). By default, load balancing is disabled.
5758
`micro_dt` | Initial time window size (dt) of the micro simulation.
5859

5960
## Diagnostics

0 commit comments

Comments
 (0)