367. Process Creation and Management C++ Bindings


Up: C++ Bindings Next: One-Sided Communications C++ Bindings Previous: The Info Object C++ Bindings


namespace MPI { 
Intercomm Intracomm::Accept(const char* port_name, const Info& info, int root) const
void Close_port(const char* port_name)
Intercomm Intracomm::Connect(const char* port_name, const Info& info, int root) const
void Comm::Disconnect()
static Intercomm Comm::Get_parent()
static Intercomm Comm::Join(const int fd)
void Lookup_name(const char* service_name, const Info& info, char* port_name)
void Open_port(const Info& info, char* port_name)
void Publish_name(const char* service_name, const Info& info, const char* port_name)
Intercomm Intracomm::Spawn(const char* command, const char* argv[], int maxprocs, const Info& info, int root) const
Intercomm Intracomm::Spawn(const char* command, const char* argv[], int maxprocs, const Info& info, int root, int array_of_errcodes[]) const
Intercomm Intracomm::Spawn_multiple(int count, const char* array_of_commands[], const char** array_of_argv[], const int array_of_maxprocs[], const Info array_of_info[], int root)
Intercomm Intracomm::Spawn_multiple(int count, const char* array_of_commands[], const char** array_of_argv[], const int array_of_maxprocs[], const Info array_of_info[], int root, int array_of_errcodes[])
void Unpublish_name(const char* service_name, const Info& info, const char* port_name)

}; 



Up: C++ Bindings Next: One-Sided Communications C++ Bindings Previous: The Info Object C++ Bindings


Return to MPI-2.1 Standard Index
Return to MPI Forum Home Page

MPI-2.0 of July 1, 2008
HTML Generated on July 6, 2008