Diff for "ParallelNotes" - Methods
location: Diff for "ParallelNotes"
Differences between revisions 1 and 2
Revision 1 as of 2008-05-14 12:11:55
Size: 788
Editor: devel03
Comment:
Revision 2 as of 2008-05-14 12:13:59
Size: 788
Editor: devel03
Comment:
Deletions are marked like this. Additions are marked like this.
Line 10: Line 10:
{{{!#python {{{#!python

Alex and Matthew playing with python parallel programming

Ipython1 - http://ipython.scipy.org/moin/IPython1 Docs therefore - http://ipython.scipy.org/doc/ipython1/html

Then we copied the sshx script from the ipython1 distro into /imaging/local/linux/bin Then we did touch .bashrc to stop an sshx error message. Then (for the sake of argument) we made a tiny script to test with:

   1 controller = dict(host='l42',
   2                   engine_port=None, # default is 10105
   3                   control_port=None,
   4                   )
   5 
   6 # keys are hostnames, values are the number of engine on that host
   7 engines = dict(l31=2,
   8                l32=2,
   9                l33=2,
  10                l34=2,
  11                )

Then we ran ipcluster -f small_cluster.py

None: ParallelNotes (last edited 2013-03-08 10:28:27 by localhost)