Module mpi::error
[−]
[src]
Encapsulates an MPI erorr codes such as MPI_SUCCESS.
An Error should only be constructed when Err is returned.
When MPI_SUCCESS is recieved from an MPI_* fn, Ok should be returned.
If an MPI_* fn returns only MPI_SUCCESS then, Result<T, Error>
is not needed.
Structs
Error |