Expand description
Utility routines.
Functionsยง
- Communicate the first element of each local array back to the previous rank.
- Compute displacements from a vector of counts.
- Gather array to all processes
- Array to root Gather distributed array to the root rank.
- Generate random keys for testing.
- Generate random points for testing.
- Perform a global inclusive cumulative sum operation.
- Get the maximum value across all ranks
- Get the minimum value across all ranks
- Get global size of a distributed array.
- Check if an array is sorted.
- Redistribute an array via an all_to_all_varcount operation.
- Redistribute locally sorted keys with respect to bins.
- Get a seeded rng
- Distribute a sorted sequence into bins.