wrench::HTCondorCentralManagerService
-
class HTCondorCentralManagerService : public wrench::ComputeService
A HTCondor central manager service implementation.
Public Functions
Constructor.
- Parameters:
hostname – the hostname on which to start the service
negotiator_startup_overhead – negotiator startup overhead
grid_pre_overhead – grid job pre-overhead
grid_post_overhead – grid job post-overhead
non_grid_pre_overhead – non-grid job pre-overhead
non_grid_post_overhead – non-grid job post-overhead
fast_bmcs_resource_availability – whether to obtain direct availability information from bare-metal services
fcfs – whether to enforce FCFS scheduling of jobs
compute_services – a set of ‘child’ compute resources available to and via the HTCondor pool
property_list – a property list ({} means “use all defaults”)
messagepayload_list – a message payload list ({} means “use all defaults”)
-
~HTCondorCentralManagerService() override
Destructor.
Add a new ‘child’ compute service.
- Parameters:
compute_service – the compute service to add
Helper function to check whether a job can run on at least one child compute service.
- Parameters:
job – the job
service_specific_arguments – the service-specific argument
- Returns:
true or false
Submit a compound job to the HTCondor service.
- Parameters:
job – a compound job
service_specific_args – service specific arguments
-
virtual bool supportsCompoundJobs() override
Returns true if the service supports compound jobs.
- Returns:
true or false
-
virtual bool supportsPilotJobs() override
Returns true if the service supports pilot jobs.
- Returns:
true or false
-
virtual bool supportsStandardJobs() override
Returns true if the service supports standard jobs.
- Returns:
true or false
Method to terminate a compound job.
- Parameters:
job – the standard job