I don't start my IPython cluster with the ipcluster
command but with the individual commands ipcontroller
and ipengine
because I use several machines over a network. When starting the cluster with the ipcluster
command, stopping the cluster is rather straightforward:
ipcluster stop
However, I haven't been able to found the procedure when using the individual commands separately.
Thanks for your help