WRENCH  1.10
Cyberinfrastructure Simulation Workbench
Overview Installation Getting Started WRENCH 101 WRENCH 102
Static Public Attributes | List of all members
wrench::HTCondorComputeServiceProperty Class Reference

Properties for an HTCondor service. More...

#include <HTCondorComputeServiceProperty.h>

Inheritance diagram for wrench::HTCondorComputeServiceProperty:
wrench::ComputeServiceProperty wrench::ServiceProperty

Static Public Attributes

static const std::string GRID_POST_EXECUTION_DELAY
 Overhead (in seconds) between condor and a batch compute service for the completion of execution of grid-universe jobs.
 
static const std::string GRID_PRE_EXECUTION_DELAY
 Overhead (in seconds) between condor and a batch compute service for the start of execution of grid-universe jobs.
 
static const std::string NEGOTIATOR_OVERHEAD
 Overhead, in seconds, of the HTCondor Negotiator, which is invoked each time a new job is submitted or a running job completes and there are still pending jobs.
 
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-grid-universe jobs.
 
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 non-grid-universe jobs.
 
- Static Public Attributes inherited from wrench::ComputeServiceProperty
static const std::string SUPPORTS_PILOT_JOBS
 Whether the compute service supports pilot jobs (true or false)
 
static const std::string SUPPORTS_STANDARD_JOBS
 Whether the compute service supports standard jobs (true or false)
 

Detailed Description

Properties for an HTCondor service.


The documentation for this class was generated from the following file: