![]() |
Home | Libraries | License | Support | People | ALPS Web Site |
alps::scheduler::SingleScheduler
// In header: <alps/scheduler/scheduler.h> class SingleScheduler : public alps::scheduler::Scheduler { public: // construct/copy/destruct SingleScheduler(const NoJobfileOptions &, const Factory &); ~SingleScheduler(); // public member functions int run(); void create_task(Parameters const &); void destroy_task(); void checkpoint(); AbstractTask * get_task(); };
SingleScheduler
public
construct/copy/destructSingleScheduler(const NoJobfileOptions &, const Factory &);
~SingleScheduler();
SingleScheduler
public member functionsint run();
void create_task(Parameters const & p);
void destroy_task();
void checkpoint();
AbstractTask * get_task();
Copyright © 1994, 2002-2005 Matthias Troyer, Synge Todo |