Skip to content

Commit

Permalink
Merge branch 'rank-placement' of https://github.com/dask/dask-mpi int…
Browse files Browse the repository at this point in the history
…o rank-placement
  • Loading branch information
kmpaul committed Oct 13, 2023
2 parents 5734764 + b67d5a1 commit 646f701
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dask_mpi/tests/execute_no_exit.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from time import time, sleep
from time import sleep, time

from distributed import Client
from mpi4py.MPI import COMM_WORLD as world
Expand All @@ -11,6 +11,7 @@
comm = world.Split(new_comm_assignment)

if world.rank != 3:

def client_code():
with Client() as c:
start = time()
Expand Down

0 comments on commit 646f701

Please sign in to comment.