funzione MPI_Comm_get_errhandler
Ottenere il gestore degli errori collegato a un comunicatore.
Sintassi
int MPIAPI MPI_Comm_get_errhandler(
MPI_Comm comm,
_Out_ MPI_Errhandler *errhandler
);
Parametri
Comm
Communicator.errhandler [out]
Gestore attualmente associato a communicator.
Valore restituito
Restituisce MPI_SUCCESS sull'esito positivo. In caso contrario, il valore restituito è un codice di errore.
In Fortran il valore restituito viene archiviato nel parametro IERROR .
Fortran
MPI_COMM_GET_ERRHANDLER(COMM, ERRHANDLER, IERROR)
INTEGER COMM, ERRHANDLER, IERROR
Requisiti
Prodotto |
Pacchetto ridistribuibile HPC Pack 2012 MS-MPI Redistributable Package, HPC Pack 2008 R2 MS-MPI Redistributable Package, HPC Pack 2008 MS-MPI Redistributable Package o HPC Pack 2008 Utilità client |
Intestazione |
Mpi.h; Mpif.h |
Libreria |
Msmpi.lib |
DLL |
Msmpi.dll |