pub fn communicate_back<T: Equivalence, C: CommunicatorCollectives>( arr: &[T], comm: &C, ) -> Option<T>
Communicate the first element of each local array back to the previous rank.