The OpenNET Project / Index page

[ новости /+++ | форум | wiki | теги | ]

Каталог документации / Раздел "Программирование, языки" / Оглавление документа
next up previous contents
Next: Односторонние коммуникации Up: Привязки к языку С++ Previous: Разное   Contents

Создание и управление процессами


void MPI::Close_port(const char* port_name)


void MPI::Comm::Disconnect(void)

static MPI::Intercomm MPI::Comm::Get_parent(void)

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

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

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

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

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

MPI::Intercomm 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 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[])

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

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

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

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


Alex Otwagin 2002-12-10



Партнёры:
PostgresPro
Inferno Solutions
Hosting by Hoster.ru
Хостинг:

Закладки на сайте
Проследить за страницей
Created 1996-2024 by Maxim Chirkov
Добавить, Поддержать, Вебмастеру