#include <Cluster.hh>
Public Member Functions | |
| clMPIProc () | |
| ~clMPIProc () | |
| bool | Initialize (int *, char ***) |
| Initialize MPI process. | |
| bool | Finalize () |
| Uninitialize MPI process. | |
| bool | GetRank (int *) |
| Get rank of this MPI node. | |
| bool | GetNodeCount (int *) |
| Get number of nodes for this MPI process. | |
| int | GetError () |
| Get error code. | |
Private Attributes | |
| bool | bInitialized |
| int | iError |
Definition at line 35 of file Cluster.hh.
|
|
Definition at line 30 of file Cluster.cc. References bInitialized, and iError. |
|
|
Definition at line 37 of file Cluster.cc. References bInitialized, and Finalize(). |
|
||||||||||||
|
Initialize MPI process.
Definition at line 43 of file Cluster.cc. References bInitialized, and iError. Referenced by main(). |
|
|
Uninitialize MPI process.
Definition at line 53 of file Cluster.cc. References bInitialized, and iError. Referenced by main(), and ~clMPIProc(). |
|
|
Get rank of this MPI node.
Definition at line 63 of file Cluster.cc. References bInitialized, and iError. Referenced by main(). |
|
|
Get number of nodes for this MPI process.
Definition at line 72 of file Cluster.cc. References bInitialized, and iError. Referenced by main(). |
|
|
Get error code.
Definition at line 75 of file Cluster.hh. References iError. |
|
|
Definition at line 37 of file Cluster.hh. Referenced by clMPIProc(), Finalize(), GetNodeCount(), GetRank(), Initialize(), and ~clMPIProc(). |
|
|
Definition at line 38 of file Cluster.hh. Referenced by clMPIProc(), Finalize(), GetError(), GetNodeCount(), GetRank(), and Initialize(). |
1.3.3