glimpse.pools.ipythoncluster

MakePool(**kw)

Create a new IPython Cluster Pool.

See IPythonPool.__init__ for arguments. If available, the default profile, default chunksize, and maximum chunksize are read from the GLIMPSE_IPYTHON_PROFILE, GLIMPSE_IPYTHON_CHUNKSIZE, and GLIMPSE_IPYTHON_MAXCHUNKSIZE environment variables, respectively.

class IPythonPool(profile=None, cached=True, save_timing=False, chunksize=None, maxchunksize=None)

A worker pool that uses multiple cores from a set of remote machines.

map(func, iterable, progress=None, chunksize=None)

Apply a function to a list using multiple cores on remote machines.

Previous topic

glimpse.pools

Next topic

glimpse.experiment

This Page