Class Task
alps::scheduler::Task
Synopsis
Description
Task
public
construct/copy/destruct
Task(const ProcessList &, const boost::filesystem::path &);
Task(const ProcessList &, const Parameters &);
~Task();
Task
public static functions
static void print_copyright(std::ostream &);
static Parameters parse_ext_task_file(std::string);
Task
public member functions
void construct();
void checkpoint(const boost::filesystem::path &, bool = ALPS_WRITE_ALL_XML) const;
void checkpoint_hdf5(const boost::filesystem::path &) const;
void checkpoint_xml(const boost::filesystem::path &,
bool = ALPS_WRITE_ALL_XML) const;
void add_process(const Process &);
uint32_t cpus() const;
bool local();
const alps::Parameters & get_parameters() const;
void start();
void run();
void dostep();
void finish();
bool finished() const;
bool finished(double &, double &) const;
bool started() const;
void halt();
double work() const;
ResultType get_summary() const;
Task
protected member functions
void write_xml_header(alps::oxstream &) const;
void write_xml_trailer(alps::oxstream &) const;
void write_xml_body(alps::oxstream &, boost::filesystem::path const & fn,
bool writeall) const;
void handle_tag(std::istream &, const XMLTag &);
Task
private member functions
void parse_task_file(bool = false);