27 #ifndef ALPS_MPSPSCAN_SCHEDULER_HPP
28 #define ALPS_MPSPSCAN_SCHEDULER_HPP
32 #include <boost/filesystem.hpp>
40 boost::filesystem::path
in;
41 boost::filesystem::path
out;
50 void parse_job_file(
const boost::filesystem::path&);
51 void checkpoint_status()
const;
53 boost::filesystem::path outfilepath;
54 boost::filesystem::path infilepath;
57 std::vector<TaskDescriptor> tasks;
boost::filesystem::path in
boost::filesystem::path out
Scheduler(const Options &)
Adapted from alps/ngs/scheduler/stop_callback.hpp.
program options parser for parameter scans scheduler