#include <mpi.h>
#include <cstdlib>
#include <iostream>
#include <stdint.h>
Go to the source code of this file.
◆ MPI_Type()
template<typename T>
| MPI_Datatype MPI_Type |
( |
| ) |
|
|
inline |
◆ MPI_Type< char >()
◆ MPI_Type< double >()
◆ MPI_Type< float >()
◆ MPI_Type< int >()
◆ MPI_Type< long double >()
template<>
| MPI_Datatype MPI_Type< long double > |
( |
| ) |
|
|
inline |
◆ MPI_Type< long int >()
◆ MPI_Type< long long int >()
template<>
| MPI_Datatype MPI_Type< long long int > |
( |
| ) |
|
|
inline |
◆ MPI_Type< short >()
◆ MPI_Type< signed char >()
template<>
| MPI_Datatype MPI_Type< signed char > |
( |
| ) |
|
|
inline |
◆ MPI_Type< unsigned char >()
template<>
| MPI_Datatype MPI_Type< unsigned char > |
( |
| ) |
|
|
inline |
◆ MPI_Type< unsigned int >()
template<>
| MPI_Datatype MPI_Type< unsigned int > |
( |
| ) |
|
|
inline |
◆ MPI_Type< unsigned long int >()
template<>
| MPI_Datatype MPI_Type< unsigned long int > |
( |
| ) |
|
|
inline |
◆ MPI_Type< unsigned long long int >()
template<>
| MPI_Datatype MPI_Type< unsigned long long int > |
( |
| ) |
|
|
inline |
◆ MPI_Type< unsigned short >()
template<>
| MPI_Datatype MPI_Type< unsigned short > |
( |
| ) |
|
|
inline |