apps Package

apps Package

Scripts for use with the DistArray package.

dacluster Module

Start, stop and manage a IPython.parallel cluster. dacluster can take all the commands IPython’s ipcluster can, and a few extras that are distarray specific.

distarray.apps.dacluster.clear(**kwargs)

Removes all distarray-related modules from engines’ sys.modules.

distarray.apps.dacluster.main()

Main function for dacluster utility.

Either start, stop, restart, or clear is called depending on the command line arguments.

distarray.apps.dacluster.restart(n=4, engines=None, **kwargs)

Convenient way to restart an ipcluster.

distarray.apps.dacluster.start(n=4, engines=None, **kwargs)

Convenient way to start an ipcluster for testing.

Doesn’t exit until the ipcluster prints a success message.

distarray.apps.dacluster.stop(**kwargs)

Convenient way to stop an ipcluster.

/home/docs/bin/python: No module named distarray.apps

engine Module

Script for facilitating MPI-only mode.

Starts an MPI-process-based engine.

/home/docs/bin/python: No module named distarray.apps