WRENCH
1.11
Cyberinfrastructure Simulation Workbench
|
Overview | Installation | Getting Started | WRENCH 101 | WRENCH 102 |
A pilot (i.e., non-standard) workflow job that can be submitted to a ComputeService by a WMS (via a JobManager) More...
#include <PilotJob.h>
Public Types | |
enum | State { NOT_SUBMITTED, PENDING, RUNNING, EXPIRED, FAILED, TERMINATED } |
Pilot job states. More... | |
Public Member Functions | |
std::shared_ptr< BareMetalComputeService > | getComputeService () |
Get the compute service provided by the (running) pilot job. More... | |
PilotJob::State | getState () |
Get the state of the pilot job. More... | |
Public Member Functions inherited from wrench::Job | |
double | getEndDate () |
Get the date at which the job ended (<0 means "never submitted") More... | |
std::string | getName () |
Get the job's name. More... | |
double | getSubmitDate () |
Get the date at which the job was last submitted (<0 means "never submitted") More... | |
A pilot (i.e., non-standard) workflow job that can be submitted to a ComputeService by a WMS (via a JobManager)
std::shared_ptr< BareMetalComputeService > wrench::PilotJob::getComputeService | ( | ) |
Get the compute service provided by the (running) pilot job.
PilotJob::State wrench::PilotJob::getState | ( | ) |
Get the state of the pilot job.