MPI_Error_string
--- Return a string for a given error code
Input Parameters
- errorcode
- Error code returned by an MPI routine
Output Parameter
- string
- Text that corresponds to the errorcode
- resultlen
- Length of string
Synopsis
#include "mpi.h"
int MPI_Error_string( errorcode, string, resultlen )
int errorcode, *resultlen;
char *string;
Location: error_string.c