How do I stop the engines that have been started with:
ipcluster engines --n=8 --daemonize
The currently running processes look like:
/usr/bin/python /usr/local/bin/ipcluster engines --n=8 --daemonize
/usr/bin/python -m IPython.parallel.engine --profile-dir /home/ubuntu/.ipython/profile_default --cluster-id --log-to-file --log-level=20
I do not want to run killall python
.
From a Client, you can call
shutdown
: