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 
21 
22  public:
23 
25  DECLARE_PROPERTY_NAME(SUPPORTS_GRID_UNIVERSE);
26 
27  };
28 }
29 
30 #endif //WRENCH_HTCONDORCOMPUTESERVICEPROPERTY_H
static const std::string SUPPORTS_GRID_UNIVERSE
Whether the condor service supports grid jobs that are offloaded to batch service.
Definition: HTCondorComputeServiceProperty.h:25
Properties for an HTCondor service.
Definition: HTCondorComputeServiceProperty.h:20
Configurable properties for a ComputeService.
Definition: ComputeServiceProperty.h:21
Definition: Alarm.cpp:20