Class RemoteTask
alps::scheduler::RemoteTask
Synopsis
Description
RemoteTask
public
construct/copy/destruct
RemoteTask(const ProcessList &, const boost::filesystem::path &);
~RemoteTask();
RemoteTask
public member functions
void checkpoint(const boost::filesystem::path &, bool = ALPS_WRITE_ALL_XML) const;
void add_processes(const ProcessList &);
void add_process(const Process &);
uint32_t cpus() const;
bool local();
void start();
bool finished(double &, double &) const;
double work() const;
void run();
void halt();
bool handle_message(const Process & master, int tag);
ResultType get_summary() const;