Condividi tramite


funzione MPI_Iprobe

Test non sbloccato per un messaggio.

Sintassi

int MPIAPI MPI_Iprobe(
        int        source,
        int        tag,
        MPI_Comm   comm,
  _Out_ int        *flag,
  _Out_ MPI_Status *status
);

Parametri

  • source
    Classificazione di origine o MPI_ANY_SOURCE.

  • tag
    Valore tag o MPI_ANY_TAG.

  • Comm
    Communicator.

  • flag [out]
    True se è disponibile un messaggio con l'origine, il tag e il comunicatore specificati.

  • stato [out]
    Oggetto Status.

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_IPROBE(SOURCE, TAG, COMM, FLAG, STATUS, IERROR)
        LOGICAL FLAG
        INTEGER SOURCE, TAG, COMM, STATUS(MPI_STATUS_SIZE), 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

Vedi anche

Funzioni mpI punta a punto