Enumerations | |
enum | level { single = MPI_THREAD_SINGLE, funneled = MPI_THREAD_FUNNELED, serialized = MPI_THREAD_SERIALIZED, multiple = MPI_THREAD_MULTIPLE } |
specify the supported threading level. More... | |
Functions | |
std::ostream & | operator<< (std::ostream &out, level l) |
Formated output for threading level. More... | |
std::istream & | operator>> (std::istream &in, level &l) |
Formated input for threading level. More... | |
specify the supported threading level.
Based on MPI 2 standard/8.7.3
std::ostream& boost::mpi::threading::operator<< | ( | std::ostream & | out, |
level | l | ||
) |
Formated output for threading level.
std::istream& boost::mpi::threading::operator>> | ( | std::istream & | in, |
level & | l | ||
) |
Formated input for threading level.