Condividi tramite


funzione MPI_Error_string

Restituisce una stringa per un codice di errore specificato.

Sintassi

int MPIAPI MPI_Error_string(
        int                                                          errorcode,
        _Out_z_cap_post_count_(MPI_MAX_ERROR_STRING,*resultlen) char *string,
  _Out_ int                                                          *resultlen
);

Parametri

  • Errorcode
    Codice di errore restituito da una routine MPI o da una classe di errore MPI.

  • string
    Testo che corrisponde al codice di errore.

  • resultlen [out]
    Lunghezza della stringa.

Valore restituito

Restituisce MPI_SUCCESS in caso di esito positivo. In caso contrario, il valore restituito è un codice di errore.

In Fortran il valore restituito viene archiviato nel parametro IERROR .

Fortran

    MPI_ERROR_STRING(ERRORCODE, STRING, RESULTLEN, IERROR)
        INTEGER ERRORCODE, RESULTLEN, IERROR
        CHARACTER*(*) STRING

Requisiti

Prodotto

Pacchetto ridistribuibile DI HPC Pack 2012 MS-MPI, HPC Pack 2008 R2 MS-MPI Redistributable Package, HPC Pack 2008 MS-MPI Redistributable Package o utilità client HPC Pack 2008

Intestazione

Mpi.h; Mpif.h

Libreria

Msmpi.lib

DLL

Msmpi.dll

Vedi anche

Funzioni di gestione MPI