Loading

Linux 按照文件名找到所有Python 进程并且结束

Linux 按照文件名找到所有Python 进程并且结束

pkill -9 -f XXX(Pattern)

https://stackoverflow.com/questions/8987037/how-to-kill-all-processes-with-a-given-partial-name

kill $(ps aux | grep XXX.py | grep -v grep | awk '{print $2}')

https://leimao.github.io/blog/PyTorch-Distributed-Training

posted @ 2022-07-24 09:47  ZXYFrank  阅读(70)  评论(0编辑  收藏  举报