1.7
Overview
Installation
Getting Started
WRENCH 101
WRENCH 102
APIs Reference
User
Developer
Internal
•
All
Classes
Namespaces
Functions
Variables
Typedefs
Enumerations
Enumerator
include
wrench
services
compute
htcondor
HTCondorComputeServiceProperty.h
1
10
#ifndef WRENCH_HTCONDORCOMPUTESERVICEPROPERTY_H
11
#define WRENCH_HTCONDORCOMPUTESERVICEPROPERTY_H
12
13
#include "wrench/services/compute/ComputeServiceProperty.h"
14
15
namespace
wrench
{
16
20
class
HTCondorComputeServiceProperty
:
public
ComputeServiceProperty
{
21
22
public
:
23
24
};
25
}
26
27
#endif //WRENCH_HTCONDORCOMPUTESERVICEPROPERTY_H
wrench::HTCondorComputeServiceProperty
Properties for an HTCondor service.
Definition:
HTCondorComputeServiceProperty.h:20
wrench::ComputeServiceProperty
Configurable properties for a ComputeService.
Definition:
ComputeServiceProperty.h:21
wrench
Definition:
Alarm.cpp:20