Speaking of ipyparallel
, is it possible to specify a number of ipengines
to simultaneously launch on a slave machine, and if so - how do I do it?
For example, one can specify a number of engines to launch on localhost with ipcluster start -n
command, i.e. $ ipcluster start -n 4
, but -n
flag does not work with ipengine
command.