Exports two functions:
pmapreduce
, that performs a parallel map-reduce.pmapgatherv
, that performs a parallel map-concatenation.
In both these cases, the collective operation is carried out using MPI.
See the documentation for details of the usage.