httomo.data.mpiutil

httomo.data.mpiutil#

Functions

alltoall(arrays, comm)

Distributes a list of contiguous numpy arrays from each rank to every other rank.

alltoall_ring(arrays, comm[, concat_axis])

Distributes a list of contiguous numpy arrays from each rank to every other rank using a ring communication pattern for reduced memory usage.