From 2c6397ed65450c4d410629b0f8de8183d618f0d2 Mon Sep 17 00:00:00 2001 From: John Kirkham Date: Wed, 21 Oct 2020 11:06:55 -0700 Subject: [PATCH] Require `ucx-proc=*=gpu` --- CHANGELOG.md | 1 + conda/environments/cugraph_dev_cuda10.1.yml | 1 + conda/environments/cugraph_dev_cuda10.2.yml | 1 + conda/environments/cugraph_dev_cuda11.0.yml | 1 + conda/recipes/cugraph/meta.yaml | 2 ++ conda/recipes/libcugraph/meta.yaml | 2 ++ 6 files changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73534f7ae57..069ad794720 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -53,6 +53,7 @@ - PR #1198 Remove deprecated call to from_gpu_matrix - PR #1174 Fix bugs in MNMG pattern accelerators and pattern accelerator based implementations of MNMG PageRank, BFS, and SSSP - PR #1233 Temporarily disabling C++ tests for 0.16 +- PR #1240 Require `ucx-proc=*=gpu` # cuGraph 0.15.0 (26 Aug 2020) diff --git a/conda/environments/cugraph_dev_cuda10.1.yml b/conda/environments/cugraph_dev_cuda10.1.yml index 4fae56d7cd5..1c00183dbf6 100644 --- a/conda/environments/cugraph_dev_cuda10.1.yml +++ b/conda/environments/cugraph_dev_cuda10.1.yml @@ -15,6 +15,7 @@ dependencies: - dask-cudf=0.16* - nccl>=2.7 - ucx-py=0.16* +- ucx-proc=*=gpu - scipy - networkx - python-louvain diff --git a/conda/environments/cugraph_dev_cuda10.2.yml b/conda/environments/cugraph_dev_cuda10.2.yml index 1e7bfb0f47c..32a510ac623 100644 --- a/conda/environments/cugraph_dev_cuda10.2.yml +++ b/conda/environments/cugraph_dev_cuda10.2.yml @@ -15,6 +15,7 @@ dependencies: - dask-cudf=0.16* - nccl>=2.7 - ucx-py=0.16* +- ucx-proc=*=gpu - scipy - networkx - python-louvain diff --git a/conda/environments/cugraph_dev_cuda11.0.yml b/conda/environments/cugraph_dev_cuda11.0.yml index ef0fdfa7506..f22b5f4826b 100644 --- a/conda/environments/cugraph_dev_cuda11.0.yml +++ b/conda/environments/cugraph_dev_cuda11.0.yml @@ -15,6 +15,7 @@ dependencies: - dask-cudf=0.16* - nccl>=2.7 - ucx-py=0.16* +- ucx-proc=*=gpu - scipy - networkx - python-louvain diff --git a/conda/recipes/cugraph/meta.yaml b/conda/recipes/cugraph/meta.yaml index c7eba24d2fb..90f5bed942a 100644 --- a/conda/recipes/cugraph/meta.yaml +++ b/conda/recipes/cugraph/meta.yaml @@ -28,6 +28,7 @@ requirements: - libcugraph={{ version }} - cudf={{ minor_version }} - ucx-py {{ minor_version }} + - ucx-proc=*=gpu run: - python x.x - libcugraph={{ version }} @@ -38,6 +39,7 @@ requirements: - distributed>=2.12.0 - nccl>=2.7 - ucx-py {{ minor_version }} + - ucx-proc=*=gpu #test: # commands: diff --git a/conda/recipes/libcugraph/meta.yaml b/conda/recipes/libcugraph/meta.yaml index 89ccd2d56e3..211ec920d27 100644 --- a/conda/recipes/libcugraph/meta.yaml +++ b/conda/recipes/libcugraph/meta.yaml @@ -31,11 +31,13 @@ requirements: - libcypher-parser - nccl>=2.7 - ucx-py {{ minor_version }} + - ucx-proc=*=gpu run: - libcudf={{ minor_version }} - {{ pin_compatible('cudatoolkit', max_pin='x.x') }} - nccl>=2.7 - ucx-py {{ minor_version }} + - ucx-proc=*=gpu #test: # commands: