|
KaMPIng 0.2.1
(Near) zero-overhead MPI wrapper for C++
|

Directories | |
| detail | |
Files | |
| builtin_types.hpp | |
| Mapping of C++ datatypes to builtin MPI types. | |
| contiguous_type.hpp | |
MPI_Type_contiguous implementation for kamping::types::contiguous_type and kamping::types::byte_serialized. | |
| kabool.hpp | |
| Boolean wrapper type for use with MPI containers. | |
| mpi_type_traits.hpp | |
| Type traits and dispatcher for mapping C++ types to MPI datatypes. | |
| scoped_datatype.hpp | |
RAII wrapper that commits an MPI_Datatype on construction and frees it on destruction. | |
| struct_type.hpp | |
| Struct-like MPI type construction via field reflection. | |