#include <iostream>#include <mpi.h>#include "CombBLAS/MPIType.h"
Go to the source code of this file.
Namespaces | |
| combblas | |
Functions | |
| template<> | |
| MPI_Datatype | combblas::MPIType< signed char > (void) |
| template<> | |
| MPI_Datatype | combblas::MPIType< unsigned char > (void) |
| template<> | |
| MPI_Datatype | combblas::MPIType< signed short int > (void) |
| template<> | |
| MPI_Datatype | combblas::MPIType< unsigned short int > (void) |
| template<> | |
| MPI_Datatype | combblas::MPIType< int32_t > (void) |
| template<> | |
| MPI_Datatype | combblas::MPIType< uint32_t > (void) |
| template<> | |
| MPI_Datatype | combblas::MPIType< int64_t > (void) |
| template<> | |
| MPI_Datatype | combblas::MPIType< uint64_t > (void) |
| template<> | |
| MPI_Datatype | combblas::MPIType< float > (void) |
| template<> | |
| MPI_Datatype | combblas::MPIType< double > (void) |
| template<> | |
| MPI_Datatype | combblas::MPIType< long double > (void) |
| template<> | |
| MPI_Datatype | combblas::MPIType< bool > (void) |