wrench::HTCondorCentralManagerService Class Reference
Inheritance diagram for wrench::HTCondorCentralManagerService:
wrench::ComputeService wrench::Service

Public Member Functions

 HTCondorCentralManagerService (const std::string &hostname, std::set< ComputeService *> compute_resources, std::map< std::string, std::string > property_list={}, std::map< std::string, std::string > messagepayload_list={})
 Constructor. More...
 

Additional Inherited Members

- Static Public Attributes inherited from wrench::ComputeService
static constexpr unsigned long ALL_CORES = ULONG_MAX
 A convenient constant to mean "use all cores of a physical host" whenever a number of cores is needed when instantiating compute services.
 
static constexpr double ALL_RAM = DBL_MAX
 A convenient constant to mean "use all ram of a physical host" whenever a ram capacity is needed when instantiating compute services.
 

Constructor & Destructor Documentation

◆ HTCondorCentralManagerService()

wrench::HTCondorCentralManagerService::HTCondorCentralManagerService ( const std::string &  hostname,
std::set< ComputeService *>  compute_resources,
std::map< std::string, std::string >  property_list = {},
std::map< std::string, std::string >  messagepayload_list = {} 
)

Constructor.

Parameters
hostnamethe hostname on which to start the service
compute_resourcesa set of compute resources available via the HTCondor pool
property_lista property list ({} means "use all defaults")
messagepayload_lista message payload list ({} means "use all defaults")
Exceptions
std::runtime_error

The documentation for this class was generated from the following files:
  • /Users/rafsilva/Documents/isi/workspace/wrench/wrench/include/wrench/services/compute/htcondor/HTCondorCentralManagerService.h
  • /Users/rafsilva/Documents/isi/workspace/wrench/wrench/src/wrench/services/compute/htcondor/HTCondorCentralManagerService.cpp