![]() |
Home | Libraries | License | Support | People | ALPS Web Site |
alps::mcoptions
// In header: <alps/ngs.hpp> class mcoptions { public: enum execution_types { SINGLE, THREADED, MPI, HYBRID }; // construct/copy/destruct mcoptions(int, char *); bool valid; bool resume; std::size_t time_limit; std::string input_file; std::string output_file; execution_types type; };
Copyright © 1994, 2002-2005 Matthias Troyer, Synge Todo |