wrench::HTCondorComputeServiceProperty

class HTCondorComputeServiceProperty : public wrench::ComputeServiceProperty

Properties for an HTCondor service.

Public Static Attributes

static const std::string GRID_POST_EXECUTION_DELAY

Overhead between condor and a batch compute service for the completion of execution of grid-universe jobs. Default unit: second. Examples: “1s”, “200ms”, “1.5s”, etc.

static const std::string GRID_PRE_EXECUTION_DELAY

Overhead between condor and a batch compute service for the start of execution of grid-universe jobs. Default unit: second. Examples: “1s”, “200ms”, “1.5s”, etc.

static const std::string NEGOTIATOR_OVERHEAD

Overhead 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. Default: “0”. Default unit: second. Examples: “1s”, “200ms”, “1.5s”, etc.

static const std::string NON_GRID_POST_EXECUTION_DELAY

Overhead between condor and a bare-metal compute for the completion of execution of non-grid-universe jobs. Default unit: second. Examples: “1s”, “200ms”, “1.5s”, etc.

static const std::string NON_GRID_PRE_EXECUTION_DELAY

Overhead between condor and a bare-metal compute service for the start of execution of non-grid-universe jobs. Default unit: second. Examples: “1s”, “200ms”, “1.5s”, etc.