allgather#

caput.mpiarray.MPIArray.allgather() numpy.ndarray[source]#

Gather a full copy onto each rank.

Returns:
gathered_arrayndarray

The full global array gathered into a ndarray on all ranks.