MPI_Comm_test_inter

--- Tests to see if a comm is an inter-communicator

Input Parameter

comm
communicator (handle) Output Parameter:
flag
(logical)

Synopsis


#include "mpi.h"
int MPI_Comm_test_inter ( comm, flag )
MPI_Comm  comm;
int      *flag;

Location: comm_test_ic.c