#include <MPI2Connector.hxx>
Public Member Functions | |
| MPI2Connector () | |
| ~MPI2Connector () | |
| MPI_Comm | remoteMPI2Connect (const std::string &service) |
| void | remoteMPI2Disconnect (const std::string &service) |
Private Attributes | |
| int | _num_proc |
| int | _nb_proc |
| MPI_Comm | _gcom |
| bool | _srv |
| std::string | _port_name |
Static Private Attributes | |
| static const int | TIMEOUT = 5 |
| MPI2Connector::~MPI2Connector | ( | ) |
| MPI_Comm MPI2Connector::remoteMPI2Connect | ( | const std::string & | service | ) |
References _gcom, _num_proc, _port_name, _srv, medcorba_test.msg, and TIMEOUT.
| void MPI2Connector::remoteMPI2Disconnect | ( | const std::string & | service | ) |
References _gcom, _num_proc, _port_name, _srv, and medcorba_test.msg.
int MPI2Connector._num_proc [private] |
int MPI2Connector._nb_proc [private] |
MPI_Comm MPI2Connector._gcom [private] |
bool MPI2Connector._srv [private] |
std::string MPI2Connector._port_name [private] |
const int MPI2Connector.TIMEOUT = 5 [static, private] |