MPI_Comm_size(3) (7/13/1994) MPI_Comm_size(3)
NAME
MPI_Comm_size - Determines the size of the group associated
with a communictor
INPUT PARAMETER
comm - communicator (handle)
OUTPUT PARAMETER
size - number of processes in the group of comm (integer)
SYNOPSIS
#include "mpi.h"
int MPI_Comm_size ( comm, size )
MPI_Comm comm;
int *size;
LOCATION
comm_size.c
Page 1 (printed 3/8/95)