enum class runtime_mode
Description
A pika runtime can be executed in two different modes: console mode and worker mode.
Declared at: libs/pika/runtime_configuration/include/pika/runtime_configuration/runtime_mode.hpp:19
Enumerators
| Name | Value | Comment |
|---|---|---|
| invalid | -1 | |
| console | 0 | The runtime is the console locality |
| worker | 1 | The runtime is a worker locality |
| connect | 2 | The runtime is a worker locality connecting late |
| local | 3 | The runtime is fully local |
| default_ | 4 | The runtime mode will be determined based on the command line arguments |
| last | 5 |