
Directories | |
| directory | collectives |
| directory | python |
Files | |
| file | allocator.hpp |
| file | collectives.hpp |
| This header contains MPI collective operations, which implement various parallel algorithms that require the coordination of all processes within a communicator. | |
| file | collectives_fwd.hpp |
This header provides forward declarations for all of the collective operations contained in the header collectives.hpp. | |
| file | communicator.hpp |
This header defines the communicator class, which is the basis of all communication within Boost.MPI, and provides point-to-point communication operations. | |
| file | config.hpp |
| file | datatype.hpp |
| This header provides the mapping from C++ types to MPI data types. | |
| file | datatype_fwd.hpp |
This header provides forward declarations for the contents of the header datatype.hpp. | |
| file | environment.hpp |
| file | exception.hpp |
| file | graph_communicator.hpp |
| This header defines facilities to support MPI communicators with graph topologies, using the graph interface defined by the Boost Graph Library. | |
| file | group.hpp |
| file | inplace.hpp |
| This header provides helpers to indicate to MPI collective operation that a buffer can be use both as an input and output. | |
| file | intercommunicator.hpp |
This header defines the intercommunicator class, which permits communication between different process groups. | |
| file | nonblocking.hpp |
| This header defines operations for completing non-blocking communication requests. | |
| file | operations.hpp |
| file | packed_iarchive.hpp |
This header provides the facilities for packing Serializable data types into a buffer using MPI_Pack. | |
| file | packed_oarchive.hpp |
This header provides the facilities for unpacking Serializable data types from a buffer using MPI_Unpack. | |
| file | python.hpp |
| file | request.hpp |
This header defines the class request, which contains a request for non-blocking communication. | |
| file | skeleton_and_content.hpp |
| file | skeleton_and_content_fwd.hpp |
| This header contains all of the forward declarations required to use transmit skeletons of data structures and the content of data structures separately. | |
| file | status.hpp |
This header defines the class status, which reports on the results of point-to-point communication. | |
| file | timer.hpp |