Package starcluster :: Package plugins :: Module ipcluster
[hide private]
[frames] | no frames]

Module ipcluster

source code

A starcluster plugin for running an IPython cluster using SGE (requires IPython 0.11+pyzmq or 0.10+twisted)

See ipythondev plugin for installing git master IPython and its dependencies

Classes [hide private]
  IPCluster10
Starts an IPCluster (0.10.*) on StarCluster
  IPCluster11
Start an IPython (0.11) cluster
  IPCluster
  IPClusterStop
Variables [hide private]
  IPCLUSTER_CACHE = '/home/jtriley/.starcluster/ipcluster'
  STARTED_MSG_10 = 'IPCluster has been started on %(cluster)s fo...
  STARTED_MSG_11 = 'IPCluster has been started on %(cluster)s fo...
  __package__ = 'starcluster.plugins'
Variables Details [hide private]

STARTED_MSG_10

Value:
'''IPCluster has been started on %(cluster)s for user \'%(user)s\'.

See the IPython 0.10.* parallel docs for usage details
(http://ipython.org/ipython-doc/rel-0.10.2/html/parallel)
'''

STARTED_MSG_11

Value:
'''IPCluster has been started on %(cluster)s for user \'%(user)s\'.

See the IPCluster plugin doc for usage details:
http://web.mit.edu/starcluster/docs/latest/plugins/ipython.html
'''