wrench::ActionExecutionServiceProperty

class wrench::ActionExecutionServiceProperty

Configurable properties for a ActionExecutionService.

Public Static Attributes

static const std::string FAIL_ACTION_AFTER_ACTION_EXECUTOR_CRASH

If true, fail action after an executor crash, otherwise re-ready it and try again

static const std::string SIMULATE_COMPUTATION_AS_SLEEP

Whether the ActionExecutionService should simulation computations as sleep.

static const std::string TERMINATE_WHENEVER_ALL_RESOURCES_ARE_DOWN

Whether the ActionExecutionService should terminate if all its hosts are down.

static const std::string THREAD_CREATION_OVERHEAD

The ActionExecutionService’s overhead for creating a thread, in seconds.