From d68810dc47a49e74c56e2baa3ec0618a2b943f8d Mon Sep 17 00:00:00 2001 From: Charles Blackmon-Luca <20627856+charlesbluca@users.noreply.github.com> Date: Tue, 9 Mar 2021 11:47:52 -0800 Subject: [PATCH] Scheduler is not affected by initialize --- dask_cuda/initialize.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dask_cuda/initialize.py b/dask_cuda/initialize.py index 30f636e90..a9eeb784a 100644 --- a/dask_cuda/initialize.py +++ b/dask_cuda/initialize.py @@ -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