ALPS Home Libraries License Support People ALPS Web Site

PrevUpHomeNext

Class SingleScheduler

alps::scheduler::SingleScheduler

Synopsis

// 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
  virtual int run();
  void create_task(Parameters const &);
  void destroy_task();
  virtual void checkpoint();
  AbstractTask * get_task();
};

Description

SingleScheduler public construct/copy/destruct

  1. SingleScheduler(const NoJobfileOptions &, const Factory &);
  2. ~SingleScheduler();

SingleScheduler public member functions

  1. virtual int run();
  2. void create_task(Parameters const & p);
  3. void destroy_task();
  4. virtual void checkpoint();
  5. AbstractTask * get_task();
Copyright © 1994, 2002-2005 Matthias Troyer, Synge Todo

PrevUpHomeNext