Nazwa:
MPI_Intercomm_create - Tworzy nowy inter-komunikator z dwóch inter-komunikatorów.
Wejściowe parametry:
local_comm - lokalny inter-komunikator;
local_leader - numer rank pierwszego procesu w local_comm (często 0);
peer_comm - odległy inter-komunikator;
remote_leader - numer rank pierwszego procesu w peer_comm (handle);
tag - tag komunikatu używany do konstukcji inter-komunikatora;
Wyjściowe parametry:
comm_out - stworzony inter-komunikator ;
Użycie:
#include "mpi.h"
int MPI_Intercomm_create ( local_comm, local_leader, peer_comm, remote_leader, tag, comm_out )
MPI_Comm local_comm;
int local_leader;
MPI_Comm peer_comm;
int remote_leader;
int tag;
MPI_Comm *comm_out;