allgather#
- caput.mpiarray.MPIArray.allgather() numpy.ndarray[source]#
Gather a full copy onto each rank.
- Returns:
- gathered_array
ndarray The full global array gathered into a
ndarrayon all ranks.
- gathered_array
Gather a full copy onto each rank.
ndarrayThe full global array gathered into a ndarray
on all ranks.