|
DistDir
|
Functions | |
| void | check_mpi (int error_code) |
| Check error returned by an MPI function call. More... | |
Functions used by Distdir library for internall checks
| void check_mpi | ( | int | error_code | ) |
Check error returned by an MPI function call.
If an error is returned by an MPI function call, it prints it and then call MPI_Abort
| [in] | error_code | error code returned by MPI function call |