WRENCH
1.10
Cyberinfrastructure Simulation Workbench
Overview
Installation
Getting Started
WRENCH 101
WRENCH 102
APIs Reference
User
Developer
Internal
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
Functions
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
~
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
p
r
s
t
v
w
~
Variables
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
Enumerations
Enumerator
Files
File List
•
All
Classes
Namespaces
Functions
Variables
Enumerations
Enumerator
Pages
include
wrench
services
compute
bare_metal
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
23
class
BareMetalComputeServiceProperty
:
public
ComputeServiceProperty
{
24
25
public
:
26
28
DECLARE_PROPERTY_NAME(
TASK_STARTUP_OVERHEAD
);
30
DECLARE_PROPERTY_NAME(
TERMINATE_WHENEVER_ALL_RESOURCES_ARE_DOWN
);
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