WRENCH
1.11
Cyberinfrastructure Simulation Workbench
|
Overview | Installation | Getting Started | WRENCH 101 | WRENCH 102 |
A data structure that keeps track of an action's execution(s) More...
#include <Action.h>
Public Attributes | |
double | end_date = -1.0 |
end date | |
std::string | execution_host |
execution host (could be a virtual host) | |
std::shared_ptr< FailureCause > | failure_cause |
Failure cause (if applicable) | |
unsigned long | num_cores_allocated = 0 |
Number of allocated cores. | |
std::string | physical_execution_host |
physical execution host | |
double | ram_allocated = 0 |
RAM allocated cores. | |
double | start_date = -1.0 |
start date | |
Action::State | state |
final state | |
A data structure that keeps track of an action's execution(s)