WRENCH
1.11
Cyberinfrastructure Simulation Workbench
|
Overview | Installation | Getting Started | WRENCH 101 | WRENCH 102 |
A message sent by the JobManager to notify some submitter that a PilotJob has failed. More...
#include <JobManagerMessage.h>
Public Member Functions | |
JobManagerPilotJobFailedMessage (std::shared_ptr< PilotJob > job, std::shared_ptr< ComputeService > compute_service, std::shared_ptr< FailureCause > cause) | |
Constructor. More... | |
Public Attributes | |
std::shared_ptr< FailureCause > | cause |
The failure cause. | |
std::shared_ptr< ComputeService > | compute_service |
The compute service on which the job has failed. | |
std::shared_ptr< PilotJob > | job |
The job that has failed. | |
Additional Inherited Members |
A message sent by the JobManager to notify some submitter that a PilotJob has failed.
wrench::JobManagerPilotJobFailedMessage::JobManagerPilotJobFailedMessage | ( | std::shared_ptr< PilotJob > | job, |
std::shared_ptr< ComputeService > | compute_service, | ||
std::shared_ptr< FailureCause > | cause | ||
) |
Constructor.
job | the job that has failed |
compute_service | the ComputeService on which it ran |
cause | the cause of the failure |