MPI_Comm_create

 Nazwa:

MPI_Comm_create - Tworzy nowy komunikator.

Wejściowe parametry:

 comm - komunikator (handle);
 group - grupa, która jest podgrupą grupy danego komunikatora  (handle);

Wyjściowe parametry:

comm_out - nowy komunikator (handle);

 Użycie:

#include "mpi.h"
int MPI_Allreduce ( sendbuf, recvbuf, count, datatype, op, comm )
void *sendbuf;
void *recvbuf;
int count;
MPI_Datatype datatype;
MPI_Op op;
MPI_Comm comm;