MPI_Test_cancelled functie
Test om te zien of een aanvraag is geannuleerd.
Syntaxis
int MPIAPI MPI_Test_cancelled(
_In_ MPI_Status *status,
_Out_ int *flag
);
Parameters
status [in]
Statusobject.vlag [uit]
Waar als de aanvraag is geannuleerd, anders onwaar.
Retourwaarde
Retourneert MPI_SUCCESS bij succes. Anders is de retourwaarde een foutcode.
In Fortran wordt de retourwaarde opgeslagen in de parameter IERROR .
Fortran
MPI_TEST_CANCELLED(STATUS, FLAG, IERROR)
LOGICAL FLAG
INTEGER STATUS(MPI_STATUS_SIZE), IERROR
Vereisten
Product |
HPC Pack 2012 MS-MPI Redistributable Package, HPC Pack 2008 R2 MS-MPI Redistributable Package, HPC Pack 2008 MS-MPI Redistributable Package of HPC Pack 2008 Client Utilities |
Header |
Mpi.h; Mpif.h |
Bibliotheek |
Msmpi.lib |
DLL |
Msmpi.dll |