[IPython-dev] ipcluster running for all users
Satrajit Ghosh
satra at mit.edu
Fri Jun 25 01:29:34 EDT 2010
thanks brian. yes. this makes sense. on a related note then, is this the
same for pbs and the other communication protocols as well? i.e that
protocol is used to start the engines and controller and then twisted is
used for communication?
cheers,
satra
On Thu, Jun 24, 2010 at 1:54 PM, Brian Granger <ellisonbg at gmail.com> wrote:
> 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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20100625/b761df76/attachment.html>
More information about the IPython-dev
mailing list