gpt4 book ai didi

python - 停止 ipcluster 引擎(IPython Parallel)

转载 作者:太空宇宙 更新时间:2023-11-03 17:38:10 25 4
gpt4 key购买 nike

如何停止已启动的引擎:
ipcluster 引擎 --n=8 --daemonize

当前运行的进程如下所示:

/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

我不想运行killall python

最佳答案

从客户端,您可以调用shutdown:

import IPython.parallel as ipp
rc = ipp.Client()
# shutdown specific engines
rc.shutdown([1, 5])
# shutdown all engines:
rc.shutdown()
# shutdown everything, including the Hub
rc.shutdown(hub=True)

关于python - 停止 ipcluster 引擎(IPython Parallel),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30930157/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com