wrench::ComputeServicePilotJobStartedMessage
-
class ComputeServicePilotJobStartedMessage : public wrench::ComputeServiceMessage
A message sent by a ComputeService when a PilotJob has started its execution.
Public Functions
Constructor.
- Parameters:
job – a pilot job that has started execution
cs – the compute service on which the pilot job has started
payload – message size in bytes
Public Members
-
std::shared_ptr<ComputeService> compute_service
The compute service on which the pilot job has started.