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

Description

SingleScheduler public construct/copy/destruct

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

SingleScheduler public member functions

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

PrevUpHomeNext