wrench::JobManagerPilotJobFailedMessage
-
class wrench::JobManagerPilotJobFailedMessage : public wrench::JobManagerMessage
A message sent by the JobManager to notify some submitter that a PilotJob has failed.
Public Functions
Constructor.
- Parameters
job – the job that has failed
compute_service – the ComputeService on which it ran
cause – the cause of the failure
Public Members
-
std::shared_ptr<FailureCause> cause
The failure cause.
-
std::shared_ptr<ComputeService> compute_service
The compute service on which the job has failed.