enum partitioner_mode
Description
This enumeration describes the modes available when creating a resource partitioner.
Declared at: libs/pika/resource_partitioner/include/pika/resource_partitioner/partitioner_fwd.hpp:41
Enumerators
| Name | Value | Comment |
|---|---|---|
| mode_default | 0 | Default mode. |
| mode_allow_oversubscription | 1 | Allow processing units to be oversubscribed, i.e. multiple worker threads to share a single processing unit. |
| mode_allow_dynamic_pools | 2 | Allow worker threads to be added and removed from thread pools. |