Dune Core Modules (2.8.0)
•All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
MPIError Class Reference
MPI Error. Thrown when an mpi error occurs. More...
Public Member Functions | |
MPIError (std::string s, int e) | |
Constructor. | |
MPIError (std::string s, int e) | |
Constructor. | |
Public Attributes | |
std::string | errorstring |
The error string. | |
int | errorcode |
The mpi error code. | |
Detailed Description
MPI Error. Thrown when an mpi error occurs.
The documentation for this class was generated from the following files:
- dune/common/parallel/test/remoteindicestest.cc
- dune/common/parallel/test/syncertest.cc
