MPI_Comm_test_inter functie
Test om te zien of een comm een inter-communicator is.
Syntaxis
int MPIAPI MPI_Comm_test_inter(
MPI_Comm comm,
_Out_ int *flag
);
Parameters
Comm
Communicator om te testen.vlag [uit]
Waar als dit een inter-communicator is.
Retourwaarde
Retourneert MPI_SUCCESS bij succes. Anders is de retourwaarde een foutcode.
In Fortran wordt de retourwaarde opgeslagen in de parameter IERROR .
Fortran
MPI_COMM_TEST_INTER(COMM, FLAG, IERROR)
INTEGER COMM, IERROR
LOGICAL FLAG
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 |