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

NameValueComment
invalid-1
console0The runtime is the console locality
worker1The runtime is a worker locality
connect2The runtime is a worker locality connecting late
local3The runtime is fully local
default_4The runtime mode will be determined based on the command line arguments
last5