next up previous contents
Next: ïÄÎÏÓÔÏÒÏÎÎÉÅ ËÏÍÍÕÎÉËÁÃÉÉ Up: ðÒÉ×ÑÚËÉ Ë óÉ ÄÌÑ Previous: òÁÚÎÏÅ   Contents

óÏÚÄÁÎÉÅ É ÕÐÒÁ×ÌÅÎÉÅ ÐÒÏÃÅÓÓÁÍÉ

int MPI_Close_port(char *port_name)

int MPI_Comm_accept(char *port_name, MPI_Info info, int root, MPI_Commcomm,
MPI_Comm *newcomm)

int MPI_Comm_connect(char *port_name, MPI_Info info, int root,
MPI_Comm comm, MPI_Comm *newcomm)

int MPI_Comm_disconnect(MPI_Comm *comm)

int MPI_Comm_get_parent(MPI_Comm *parent)

int MPI_Comm_join(int fd, MPI_Comm *intercomm)

int MPI_Comm_spawn(char *command, char *argv[], int maxprocs, MPI_Infoinfo,
int root, MPI_Comm comm, MPI_Comm *intercomm,
int array_of_errcodes[])

int MPI_Comm_spawn_multiple(int count, char *array_of_commands[],
char* *array_of_argv[], int array_of_maxprocs[],
MPI_Info array_of_info[], int root, MPI_Comm comm,
MPI_Comm *intercomm, int array_of_errcodes[])

int MPI_Lookup_name(char *service_name, MPI_Info info, char *port_name)

int MPI_Open_port(MPI_Info info, char *port_name)

int MPI_Publish_name(char *service_name, MPI_Info info, char*port_name)

int MPI_Unpublish_name(char *service_name, MPI_Info info, char *port_name)


Alex Otwagin 2002-12-10