WRENCH  1.11
Cyberinfrastructure Simulation Workbench
Overview Installation Getting Started WRENCH 101 WRENCH 102
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 
26  DECLARE_PROPERTY_NAME(NEGOTIATOR_OVERHEAD);
27 
30  DECLARE_PROPERTY_NAME(GRID_PRE_EXECUTION_DELAY);
31 
34  DECLARE_PROPERTY_NAME(GRID_POST_EXECUTION_DELAY);
35 
38  DECLARE_PROPERTY_NAME(NON_GRID_PRE_EXECUTION_DELAY);
39 
42  DECLARE_PROPERTY_NAME(NON_GRID_POST_EXECUTION_DELAY);
43 
44  };
45 }
46 
47 #endif //WRENCH_HTCONDORCOMPUTESERVICEPROPERTY_H
wrench::HTCondorComputeServiceProperty::NON_GRID_POST_EXECUTION_DELAY
static const std::string NON_GRID_POST_EXECUTION_DELAY
Overhead (in seconds) between condor and a bare-metal compute for the completion of execution of non-...
Definition: HTCondorComputeServiceProperty.h:42
wrench::HTCondorComputeServiceProperty
Properties for an HTCondor service.
Definition: HTCondorComputeServiceProperty.h:20
wrench::ComputeServiceProperty
Configurable properties for a ComputeService.
Definition: ComputeServiceProperty.h:21
wrench::HTCondorComputeServiceProperty::NEGOTIATOR_OVERHEAD
static const std::string NEGOTIATOR_OVERHEAD
Overhead, in seconds, of the HTCondor Negotiator, which is invoked each time a new job is submitted o...
Definition: HTCondorComputeServiceProperty.h:26
wrench
Definition: Action.cpp:28
wrench::HTCondorComputeServiceProperty::NON_GRID_PRE_EXECUTION_DELAY
static const std::string NON_GRID_PRE_EXECUTION_DELAY
Overhead (in seconds) between condor and a bare-metal compute service for the start of execution of n...
Definition: HTCondorComputeServiceProperty.h:38
wrench::HTCondorComputeServiceProperty::GRID_POST_EXECUTION_DELAY
static const std::string GRID_POST_EXECUTION_DELAY
Overhead (in seconds) between condor and a batch_standard_and_pilot_jobs compute service for the comp...
Definition: HTCondorComputeServiceProperty.h:34
wrench::HTCondorComputeServiceProperty::GRID_PRE_EXECUTION_DELAY
static const std::string GRID_PRE_EXECUTION_DELAY
Overhead (in seconds) between condor and a batch_standard_and_pilot_jobs compute service for the star...
Definition: HTCondorComputeServiceProperty.h:30