We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 427930e commit 626484cCopy full SHA for 626484c
bluepyparallel/parallel.py
@@ -199,8 +199,8 @@ def __init__(
199
L.info("Connecting dask_mpi with address %s", address)
200
if not dask_scheduler_path and not address:
201
self.interactive = False
202
- L.info("Starting dask_mpi...")
203
dask_mpi.initialize()
+ L.info("Starting dask_mpi...")
204
self.client = dask.distributed.Client(
205
address=address,
206
scheduler_file=dask_scheduler_path,
0 commit comments