1.10.2 Process Creation and Management

int MPI::Close_port(const char* port_name)



void int MPI::Comm::Disconnect(void)



void int MPI::Comm::Get_parent(void)



static MPI::Intercomm int MPI::Comm::Join(const int fd)



MPI::Intercomm int MPI::Intracomm::Accept(const char* port_name, const MPI::Info& info, int root) const



MPI::Intercomm int MPI::Intracomm::Connect(const char* port_name, const MPI::Info& info, int root) const



MPI::Intercomm int MPI::Intracomm::Spawn(const char* command, const char* argv[], int maxprocs, const MPI::Info& info, int root) const



MPI::Intercomm int MPI::Intracomm::Spawn(const char* command, const char* argv[], int maxprocs, const MPI::Info& info, int root, int array_of_errcodes[]) const



MPI::Intercomm int MPI::Intracomm::Spawn_multiple(int count, const char* array_of_commands[], const char** array_of_argv[], const int array_of_maxprocs[], const MPI::Info array_of_info[], int root)



MPI::Intercomm int MPI::Intracomm::Spawn_multiple(int count, const char* array_of_commands[], const char** array_of_argv[], const int array_of_maxprocs[], const MPI::Info array_of_info[], int root, int array_of_errcodes[])



MPI::Intercomm int MPI::Lookup_name(const char* service_name, const MPI::Info& info, char* port_name)



void int MPI::Open_port(const MPI::Info& info, char* port_name)



void int MPI::Publish_name(const char* service_name, const MPI::Info& info, const char* port_name)



void int MPI::Unpublish_name(const char* port_name, const MPI::Info& info, const char* service_name)



void

MPI-Standard for MARMOT