BareMetalComputeServiceProperty.h
1 
11 #ifndef WRENCH_BAREMETALCOMPUTESERVICEPROPERTY_H
12 #define WRENCH_BAREMETALCOMPUTESERVICEPROPERTY_H
13 
14 #include <map>
15 
16 #include "wrench/services/compute/ComputeServiceProperty.h"
17 
18 namespace wrench {
19 
24 
25  public:
26 
28  DECLARE_PROPERTY_NAME(TASK_STARTUP_OVERHEAD);
31 
32  };
33 
34 };
35 
36 #endif //WRENCH_BAREMETALCOMPUTESERVICEPROPERTY_H
Configurable properties for a BareMetalComputeService.
Definition: BareMetalComputeServiceProperty.h:23
Configurable properties for a ComputeService.
Definition: ComputeServiceProperty.h:21
static const std::string TASK_STARTUP_OVERHEAD
The overhead to start a thread, in seconds.
Definition: BareMetalComputeServiceProperty.h:28
Definition: Alarm.cpp:20
static const std::string TERMINATE_WHENEVER_ALL_RESOURCES_ARE_DOWN
Whether the service should terminate when all hosts are down.
Definition: BareMetalComputeServiceProperty.h:30