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