MPI_Topo_test

--- Determines the type of topology (if any) associated with a communicator

Input Parameter

comm
communicator (handle)

Output Parameter

top_type
topology type of communicator comm (choice)

Synopsis


#include "mpi.h"
int MPI_Topo_test ( comm, top_type )
MPI_Comm  comm;
int      *top_type; 

Location: topo_test.c