WRENCH  1.10
Cyberinfrastructure Simulation Workbench
Overview Installation Getting Started WRENCH 101 WRENCH 102
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
wrench::BareMetalComputeServiceProperty
Configurable properties for a bare_metal.
Definition: BareMetalComputeServiceProperty.h:23
wrench::ComputeServiceProperty
Configurable properties for a ComputeService.
Definition: ComputeServiceProperty.h:21
wrench::BareMetalComputeServiceProperty::TASK_STARTUP_OVERHEAD
static const std::string TASK_STARTUP_OVERHEAD
The overhead to start a thread, in seconds.
Definition: BareMetalComputeServiceProperty.h:28
wrench
Definition: Alarm.cpp:20
wrench::BareMetalComputeServiceProperty::TERMINATE_WHENEVER_ALL_RESOURCES_ARE_DOWN
static const std::string TERMINATE_WHENEVER_ALL_RESOURCES_ARE_DOWN
Whether the service should terminate when all hosts are down.
Definition: BareMetalComputeServiceProperty.h:30