未验证 提交 26b3e732 编写于 作者: A Abhilash Majumder 提交者: GitHub

single node pdsh sigkill (#3730)

Co-authored-by: NLogan Adams <114770087+loadams@users.noreply.github.com>
上级 8bfbb0e3
......@@ -564,7 +564,7 @@ def main(args=None):
time.sleep(1)
sys.exit(1)
if args.launcher == PDSH_LAUNCHER:
if args.launcher == PDSH_LAUNCHER and multi_node_exec:
signal.signal(signal.SIGINT, sigkill_handler)
result.wait()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册