Peano
Multicore configuration

ExaHyPE's multicore parallelism requires user to follow three steps:

  1. Configure Peano with multithreading support.
  2. Ensure that you have picked a proper load balancing scheme.

Load balancing

The load balancing applies to both MPI and the multicore parallelism. To configure the load balancer, add

project.set_load_balancer("new ::exahype2::LoadBalancingConfiguration")

to your project. Also study exahype2::LoadBalancingConfiguration.