bempp_octree::tools

Function global_size

Source
pub fn global_size<T, C: CommunicatorCollectives>(arr: &[T], comm: &C) -> usize
Expand description

Get global size of a distributed array.

Computes the size and broadcoasts it to all ranks.