Class documentation of Concepts

Loading...
Searching...
No Matches
parallel.hh
Go to the documentation of this file.
1
6#ifndef basics_parallel_hh
7#define basics_parallel_hh
8
9#include "exceptions.hh"
10#include <string>
11
12namespace concepts{
13 // *********************************************** isParallelRunning *
14
22
27 public:
31 NoMPIInit_Error(const std::string& file, const unsigned int line,
32 const std::string& function, const std::string& errorMessage) throw ();
33
34
35 virtual const char* what() const throw();
36
38 protected:
39 virtual std::ostream& info(std::ostream& os) const throw ();
40 private:
41 std::string errorMessage_;
42 mutable std::string outputMessage_ ;
43 };
44
45};
46
47#endif
NoMPIInit_Error(const std::string &file, const unsigned int line, const std::string &function, const std::string &errorMessage)
virtual std::ostream & info(std::ostream &os) const
Returns information in an output stream.
bool isParallelRunning()
Set< F > makeSet(uint n, const F &first,...)
Definition set.hh:320