A (mostly virtual) base class for implementing PilotJob scheduling algorithms to be used by a WMS.
More...
#include <PilotJobScheduler.h>
A (mostly virtual) base class for implementing PilotJob scheduling algorithms to be used by a WMS.
◆ getDataMovementManager()
Get the data movement manager to be used by this scheduler (nullptr: none is used)
- Returns
- a data movement manager
◆ getJobManager()
std::shared_ptr<JobManager> wrench::PilotJobScheduler::getJobManager |
( |
| ) |
|
|
inline |
Get the job manager to be used by this scheduler (nullptr: none is used)
- Returns
- a job manager
◆ schedulePilotJobs()
virtual void wrench::PilotJobScheduler::schedulePilotJobs |
( |
const std::set< std::shared_ptr< ComputeService >> & |
compute_services | ) |
|
|
pure virtual |
A method that schedules pilot jobs, according to whatever decision algorithm it implements, over a set of compute services.
- Parameters
-
compute_services | the set of compute services |
The documentation for this class was generated from the following file: