Skip to content

Commit

Permalink
feat: synchronize more
Browse files Browse the repository at this point in the history
  • Loading branch information
sehoffmann committed Apr 2, 2024
1 parent 04a8a4f commit 0f1b720
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dmlcloud/stage.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ def run(self):
if self._stop_requested:
break
self._post_stage()
dist.barrier() # this will time out if not all processes reach this point

def _pre_stage(self):
self.start_time = datetime.now()
Expand Down

0 comments on commit 0f1b720

Please sign in to comment.