#include "Ioss_CodeTypes.h"
#include "Ioss_Utils.h"
#include <cassert>
#include <cstddef>
#include <stdint.h>
#include <string>
#include <vector>
#include "ioss_export.h"
#include "Ioss_SerializeIO.h"
Go to the source code of this file.
|
namespace | Ioss |
| The main namespace for the Ioss library.
|
|
IOSS_NODISCARD MPI_Datatype | Ioss::mpi_type (double) |
IOSS_NODISCARD MPI_Datatype | Ioss::mpi_type (float) |
IOSS_NODISCARD MPI_Datatype | Ioss::mpi_type (int) |
IOSS_NODISCARD MPI_Datatype | Ioss::mpi_type (long int) |
IOSS_NODISCARD MPI_Datatype | Ioss::mpi_type (long long int) |
IOSS_NODISCARD MPI_Datatype | Ioss::mpi_type (unsigned int) |
IOSS_NODISCARD MPI_Datatype | Ioss::mpi_type (unsigned long int) |
IOSS_NODISCARD MPI_Datatype | Ioss::mpi_type (unsigned long long int) |
IOSS_NODISCARD MPI_Datatype | Ioss::mpi_type (char) |
template<typename T> |
int | Ioss::MY_Alltoallv64 (const std::vector< T > &sendbuf, const std::vector< int64_t > &sendcounts, const std::vector< int64_t > &senddisp, std::vector< T > &recvbuf, const std::vector< int64_t > &recvcounts, const std::vector< int64_t > &recvdisp, Ioss_MPI_Comm comm) |
template<typename T> |
int | Ioss::MY_Alltoallv (const std::vector< T > &sendbuf, const std::vector< int64_t > &sendcnts, const std::vector< int64_t > &senddisp, std::vector< T > &recvbuf, const std::vector< int64_t > &recvcnts, const std::vector< int64_t > &recvdisp, Ioss_MPI_Comm comm) |
template<typename T> |
int | Ioss::MY_Alltoallv (const std::vector< T > &sendbuf, const std::vector< int > &sendcnts, const std::vector< int > &senddisp, std::vector< T > &recvbuf, const std::vector< int > &recvcnts, const std::vector< int > &recvdisp, Ioss_MPI_Comm comm) |