#include <MPICommHandle.h>

Public Member Functions | |
| MPICommHandle () | |
| MPICommHandle (MPICommHandle &base_comm, const vector< unsigned > &ranks) | |
| int | mpi_rank () | 
| int | mpi_size () | 
Static Public Attributes | |
| static MPICommHandle | WORLD | 
Protected Member Functions | |
| MPI::Intracomm & | getComm () | 
Protected Attributes | |
| MPI::Intracomm | comm | 
Definition at line 10 of file MPICommHandle.h.
| MPICommHandle::MPICommHandle | ( | ) |  [inline] | 
        
| MPICommHandle::MPICommHandle | ( | MPICommHandle & | base_comm, | |
| const vector< unsigned > & | ranks | |||
| ) |  [inline] | 
        
| int MPICommHandle::mpi_rank | ( | ) |  [inline] | 
        
| int MPICommHandle::mpi_size | ( | ) |  [inline] | 
        
| MPI::Intracomm& MPICommHandle::getComm | ( | ) |  [inline, protected] | 
        
MPICommHandle MPICommHandle::WORLD [static]           | 
        
MPI::Intracomm MPICommHandle::comm [protected]           | 
        
Definition at line 48 of file MPICommHandle.h.
Referenced by getComm(), mpi_rank(), mpi_size(), and MPICommHandle().
 1.5.5