Classes used in scattering and gathering sequences.
Scattering consists of partitioning a sequence and sending the various pieces to individual nodes in a cluster.
Authors:
A class for partitioning a sequence using a map.
Returns the pth partition of q partitions of seq.
Bases: IPython.parallel.client.map.Map
Partitions a sequence in a roun robin fashion.
This currently does not work!