Module pypcsim :: Class MPICommHandle
[hide private]
[frames] | no frames]

Class MPICommHandle

 object --+    
          |    
??.instance --+
              |
             MPICommHandle

Help on MPICommHandle [class]:

Instance Methods [hide private]
 
__init__(...)
Help on MPICommHandle::MPICommHandle() [constructor]
 
mpi_rank(...)
Help on int MPICommHandle::mpi_rank() [member function]
 
mpi_size(...)
Help on int MPICommHandle::mpi_size() [member function]

Inherited from unreachable.instance: __new__

Inherited from object: __delattr__, __getattribute__, __hash__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Variables [hide private]
  __instance_size__ = 16
Properties [hide private]
  WORLD

Inherited from object: __class__

Method Details [hide private]

__init__(...)
(Constructor)

 

Help on MPICommHandle::MPICommHandle() [constructor]

Help on MPICommHandle::MPICommHandle(MPICommHandle & base_comm, std::vector<unsigned int, std::allocator<unsigned int> > const & ranks) [constructor]

Overrides: object.__init__

Property Details [hide private]

WORLD

Get Method:
unreachable(...)