wrench::ComputationHasDied
-
class ComputationHasDied : public wrench::FailureCause
A “compute thread has died” failure cause.
Public Functions
-
ComputationHasDied()
Constructor.
-
virtual std::string toString() override
Get the human-readable failure message.
- Returns:
the message
-
ComputationHasDied()