[IPython-dev] ipcluster running for all users

Brian Granger ellisonbg at gmail.com
Thu Jun 24 13:54:24 EDT 2010


Satra,

ipcluster+ssh only uses ssh for starting the engines and controller.
Once running, they only use the twisted networking framework.  To
allow multiple users access, you will simply need to distribute the
FURLs to all users and then each user can pass the FURL to the
MultiEngineClient/TaskClient.  Does this make sense?

Cheers,

Brian

On Thu, Jun 24, 2010 at 8:23 AM, Satrajit Ghosh <satra at mit.edu> wrote:
> is it possible to set up ipcluster over ssh such that it runs for all users?
> i.e., there is a single controller on the cluster and any user can talk to
> it and their tasks get executed in their namespace (under their uid).
>
> cheers,
>
> satra
>
>
> _______________________________________________
> IPython-dev mailing list
> IPython-dev at scipy.org
> http://mail.scipy.org/mailman/listinfo/ipython-dev
>
>



-- 
Brian E. Granger, Ph.D.
Assistant Professor of Physics
Cal Poly State University, San Luis Obispo
bgranger at calpoly.edu
ellisonbg at gmail.com



More information about the IPython-dev mailing list