-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test_global_option fails #627
Comments
The reason for this is dask/distributed#4850 . I thought we were not allowing UCP variables via UCX configs, such as I'm not aware of any use today where we need to pass variables through the Dask environment variable namespace, but if we need that we should probably have another level for those, such as Any opinions on the above @madsbk @quasiben @jakirkham ? |
Agree with removal. We can always revisit when there is a need |
Support for setting UCX global options was dropped in dask/distributed#4850, as the conflict of Dask configs and UCX configs can be dangerous since both used to live in the same namespace. Setting global UCX options can still be done via environment variables, such as `UCX_*`, and is the preferred method now. Fixes #627 Authors: - Peter Andreas Entschev (https://github.com/pentschev) Approvers: - Mads R. B. Kristensen (https://github.com/madsbk) URL: #738
This test recently started failing in PR ( #623 ). Marked as xfail, but would be good to investigate what's going on and fix if possible
https://gpuci.gpuopenanalytics.com/job/rapidsai/job/gpuci-v0.20/job/dask-cuda/job/prb/job/dask-cuda-gpu-test/CUDA=11.2,GPU_LABEL=gpu,OS=ubuntu18.04,PYTHON=3.8/104/console
The text was updated successfully, but these errors were encountered: