![]() |
Home | Libraries | License | Support | People | ALPS Web Site |
alps::scheduler::NoJobfileOptions
// In header: <alps/scheduler/options.h> class NoJobfileOptions { public: // construct/copy/destruct NoJobfileOptions(int, char **); NoJobfileOptions(); std::string programname; double min_check_time; double max_check_time; double checkpoint_time; int min_cpus; int max_cpus; double time_limit; bool use_mpi; bool valid; bool write_xml; };
Copyright © 1994, 2002-2005 Matthias Troyer, Synge Todo |