ALPS Home Libraries License Support People ALPS Web Site

PrevUpHomeNext

Class mcoptions

alps::mcoptions

Synopsis

// 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;
};

Description

mcoptions public construct/copy/destruct

  1. mcoptions(int argc, char * argv);
Copyright © 1994, 2002-2005 Matthias Troyer, Synge Todo

PrevUpHomeNext