GfsEventBalance
From Gerris
GfsEventBalance implements dynamic load-balancing for adaptive parallel simulations.
The syntax in parameter files is:
[ GfsEvent ] IMBALANCE
where IMBALANCE is the target maximum relative imbalance between the largest and smallest parallel subdomains. Whenever this target value is exceeded, the code will try to redistribute boxes between subdomains to reduce the imbalance. Note that depending on the number of boxes, their respective arrangement, the adaptive mesh etc... it may not necessarily succeed in doing so.
Examples
- Parallel simulation on four processors
EventBalance { istep = 1 } 0.1

