|
int | Utilities::MPI::LargeCount::Type_contiguous_c (MPI_Count count, MPI_Datatype oldtype, MPI_Datatype *newtype) |
|
int | Utilities::MPI::LargeCount::Send_c (const void *buf, MPI_Count count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm) |
|
int | Utilities::MPI::LargeCount::Recv_c (void *buf, MPI_Count count, MPI_Datatype datatype, int source, int tag, MPI_Comm comm, MPI_Status *status) |
|
int | Utilities::MPI::LargeCount::Bcast_c (void *buf, MPI_Count count, MPI_Datatype datatype, unsigned int root_mpi_rank, MPI_Comm comm) |
|
int | Utilities::MPI::LargeCount::File_write_at_c (MPI_File fh, MPI_Offset offset, const void *buf, MPI_Count count, MPI_Datatype datatype, MPI_Status *status) |
|
int | Utilities::MPI::LargeCount::File_write_at_all_c (MPI_File fh, MPI_Offset offset, const void *buf, MPI_Count count, MPI_Datatype datatype, MPI_Status *status) |
|
int | Utilities::MPI::LargeCount::File_write_ordered_c (MPI_File fh, const void *buf, MPI_Count count, MPI_Datatype datatype, MPI_Status *status) |
|
int | Utilities::MPI::LargeCount::File_read_at_c (MPI_File fh, MPI_Offset offset, void *buf, MPI_Count count, MPI_Datatype datatype, MPI_Status *status) |
|
int | Utilities::MPI::LargeCount::File_read_at_all_c (MPI_File fh, MPI_Offset offset, void *buf, MPI_Count count, MPI_Datatype datatype, MPI_Status *status) |
|