![]() |
Home | Libraries | License | Support | People | ALPS Web Site |
alps::scheduler::MPPScheduler
// In header: <alps/scheduler/scheduler.h> class MPPScheduler : public alps::scheduler::MasterScheduler { public: // construct/copy/destruct MPPScheduler(const Options &, const Factory &); MPPScheduler(const NoJobfileOptions &, const Factory &); // private member functions int check_tasks(ProcessList &); int create_task(int, ProcessList &); void determine_active(); void assign_processes(ProcessList &); // public member functions int run(); };
MPPScheduler
public
construct/copy/destructMPPScheduler(const Options &, const Factory &);
MPPScheduler(const NoJobfileOptions &, const Factory &);
Copyright © 1994, 2002-2005 Matthias Troyer, Synge Todo |