Nazwa:
MPI_Error_string - zwraca opis tekstowy do podanego kodu błędu;
Wejściowe parametry:
errorcode - kod błędu zwrócony przez MPI;
Wyjściowe parametry:
string - tekst odpowiadający kodowi błędu;
resultlen - długość tekstu (stringu);
Użycie:
#include "mpi.h"
int MPI_Error_string( errorcode, string, resultlen );
int errorcode, *resultlen;
char *string;