MPI_Comm_remote_size

 Nazwa:

MPI_Comm_remote_size - określa rozmiar przejętej grupy skojarzonej z inter-komunikatorem.

Wejściowe parametry:

 comm - komunikator (handle);

Wyjściowe parametry:

size - ilość procesów w grupie w danym komunikatorze (integer);

 Użycie:

#include "mpi.h"
int MPI_Comm_remote_size ( comm, size )
MPI_Comm comm;
int *size;