[IPython-dev] ipcluster and PBS engines

Antonio González Peña antgonza at gmail.com
Mon Nov 3 13:17:01 EST 2014


Hi,

Let's say that I have a system with n nodes and m cores and I will
like to start 10 engines using PBS. Note that n*m>10 and all my
filesystems are shared so that's not a problem. My current issue is
that if do:
ipcluster start --n 10
and/or have in my ipcluster_config.py
c.IPClusterEngines.n = 10
I always get 1 controller and 1 engine vs. having 1 controller and 10
engines submitted to PBS.

Other option is that I'm misunderstanding how this works.

Any help will be greatly appreciated.

-- 
Antonio



More information about the IPython-dev mailing list