10 #ifndef WRENCH_HTCONDORCOMPUTESERVICEPROPERTY_H
11 #define WRENCH_HTCONDORCOMPUTESERVICEPROPERTY_H
13 #include "wrench/services/compute/ComputeServiceProperty.h"
47 #endif //WRENCH_HTCONDORCOMPUTESERVICEPROPERTY_H
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
Properties for an HTCondor service.
Definition: HTCondorComputeServiceProperty.h:20
Configurable properties for a ComputeService.
Definition: ComputeServiceProperty.h:21
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
Definition: Action.cpp:28
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
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
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