#include <boost/mpi/exception.hpp>
#include <boost/shared_ptr.hpp>
#include <boost/optional.hpp>
#include <vector>
Classes | |
class | boost::mpi::group |
A group is a representation of a subset of the processes within a communicator . More... | |
struct | boost::mpi::group::group_free |
INTERNAL ONLY. More... | |
Namespaces | |
boost | |
Duration formatting facet for input. | |
boost::mpi | |
Functions | |
BOOST_MPI_DECL bool | boost::mpi::operator== (const group &g1, const group &g2) |
Determines whether two process groups are identical. More... | |
bool | boost::mpi::operator!= (const group &g1, const group &g2) |
Determines whether two process groups are not identical. More... | |
BOOST_MPI_DECL group | boost::mpi::operator| (const group &g1, const group &g2) |
Computes the union of two process groups. More... | |
BOOST_MPI_DECL group | boost::mpi::operator& (const group &g1, const group &g2) |
Computes the intersection of two process groups. More... | |
BOOST_MPI_DECL group | boost::mpi::operator- (const group &g1, const group &g2) |
Computes the difference between two process groups. More... | |