qstone.multiprocessing package

Submodules

qstone.multiprocessing.mpi module

qstone.multiprocessing.nompi module

MPI handler in case of no MPI Support - passthrough

class qstone.multiprocessing.nompi.MPIHandler[source]

Bases: object

MPIHandler wraps MPI calls

BCast(**kwargs)[source]

BCast call - mocked

Barrier()[source]

Barrier call - mocked

Get_rank()[source]

Returns the rank of the channel

Get_size()[source]

Returns the size of the channel

allgather(sendobj=None, recvobj=None)[source]

allgather call - mocked

allreduce(**kwargs)[source]

allreduce call - mocked

Module contents

Wrapper for MPI calls