package
0.0.0-20241204185812-a5e0a0fec1ed
Repository: https://github.com/otter2022/cloud-native-mpi-for-aws.git
Documentation: pkg.go.dev

# Functions

Deserialize deserializes bytes into the provided interface with improved error handling.
MPI_Bcast broadcasts data from the root process to all other processes.
MPI_Comm_rank returns the rank of the calling process.
MPI_Comm_size returns the total number of processes.
No description provided by the author
MPI_Gather collects data from all processes to the root.
MPI_Init initializes the MPI environment.
MPI_Recv receives data from a specified source with a tag.
MPI_Reduce reduces values from all processes to the root using the specified operation.
MPI_Scatter distributes data from root to all processes.
MPI_Send sends data to a specified destination with a tag.
No description provided by the author
No description provided by the author
RegisterType allows manual registration of custom types.
Serialize serializes data into bytes with improved error handling.
Improved Sum reduction for various numeric types.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
Add new tag constants in sendrecv.go.
No description provided by the author
Add new tag constants in sendrecv.go.

# Variables

No description provided by the author
MPIServer_ServiceDesc is the grpc.ServiceDesc for MPIServer service.

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
UnimplementedMPIServerServer must be embedded to have forward compatible implementations.

# Interfaces

MPIServerClient is the client API for MPIServer service.
MPIServerServer is the server API for MPIServer service.
UnsafeMPIServerServer may be embedded to opt out of forward compatibility for this service.

# Type aliases

No description provided by the author