From 71cbbdacae56e7694069ffab61b23d3e2c0a1609 Mon Sep 17 00:00:00 2001 From: zhangzhenguo Date: Wed, 3 Aug 2022 16:51:38 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=AD=E7=BB=83=E8=BF=9B=E7=A8=8B=E5=BC=82?= =?UTF-8?q?=E5=B8=B8=E9=80=80=E5=87=BA=EF=BC=8C=E4=BD=86=E6=98=AF=E5=88=86?= =?UTF-8?q?=E5=B8=83=E5=BC=8Flanch=E8=BF=9B=E7=A8=8B=E6=98=AF=E6=AD=A3?= =?UTF-8?q?=E5=B8=B8=E9=80=80=E5=87=BA=E7=8A=B6=E6=80=81=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98=E4=BF=AE=E5=A4=8D=20#44583=20(#44807)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- python/paddle/distributed/fleet/launch_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/paddle/distributed/fleet/launch_utils.py b/python/paddle/distributed/fleet/launch_utils.py index f2f9b4d87db..ddaae85df85 100755 --- a/python/paddle/distributed/fleet/launch_utils.py +++ b/python/paddle/distributed/fleet/launch_utils.py @@ -658,7 +658,7 @@ def watch_local_trainers(procs, nranks): "ABORT!!! Out of all {} trainers, the trainer process with rank={} was aborted. Please check its log." .format(nranks, error_rank)) terminate_local_procs(procs) - return + raise except: logger.error( "ABORT!!! Out of all {} trainers, the trainer process with rank={} was aborted. Please check its log." -- GitLab