WRENCH
1.11
Cyberinfrastructure Simulation Workbench
|
Overview | Installation | Getting Started | WRENCH 101 | WRENCH 102 |
An action execution service that: More...
#include <ActionExecutionService.h>
Public Member Functions | |
ActionExecutionService (const std::string &hostname, std::map< std::string, std::tuple< unsigned long, double >> compute_resources, std::shared_ptr< Service > parent_service, WRENCH_PROPERTY_COLLECTION_TYPE property_list={}, WRENCH_MESSAGE_PAYLOADCOLLECTION_TYPE messagepayload_list={}) | |
Constructor. More... | |
An action execution service that:
wrench::ActionExecutionService::ActionExecutionService | ( | const std::string & | hostname, |
std::map< std::string, std::tuple< unsigned long, double >> | compute_resources, | ||
std::shared_ptr< Service > | parent_service, | ||
WRENCH_PROPERTY_COLLECTION_TYPE | property_list = {} , |
||
WRENCH_MESSAGE_PAYLOADCOLLECTION_TYPE | messagepayload_list = {} |
||
) |
Constructor.
hostname | the name of the host on which the service should be started |
compute_resources | a map of <num_cores, memory> tuples, indexed by hostname, which represents the compute resources available to this service.
|
parent_service | the parent compute service (nullptr if not known at this time) |
property_list | a property list ({} means "use all defaults") |
messagepayload_list | a message payload list ({} means "use all defaults") |