pub fn global_min<T: Equivalence + Copy + Ord, C: CommunicatorCollectives>( arr: &[T], comm: &C, ) -> T
Get the minimum value across all ranks