Skip to content

Commit

Permalink
Scheduler is not affected by initialize
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesbluca committed Mar 9, 2021
1 parent 301582a commit d68810d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dask_cuda/initialize.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ def initialize(
starting up Dask workers which create a variety of threads.
To ensure UCX works correctly, it is important to ensure it is initialized with
the correct options. This is especially important for the scheduler and client,
which cannot be configured to use UCX with arguments like ``LocalCUDACluster``
and ``dask-cuda-worker``. This function will ensure that they are provided a UCX
the correct options. This is especially important for the client, which cannot be
configured to use UCX with arguments like ``LocalCUDACluster`` and
``dask-cuda-worker``. This function will ensure that they are provided a UCX
configuration based on the flags and options passed by the user.
This function can also be used within a worker preload script for UCX configuration
Expand Down

0 comments on commit d68810d

Please sign in to comment.