Skip to content

Commit

Permalink
Require ucx-proc=*=gpu
Browse files Browse the repository at this point in the history
  • Loading branch information
jakirkham committed Oct 21, 2020
1 parent 4730555 commit 2c6397e
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
1 change: 1 addition & 0 deletions conda/environments/cugraph_dev_cuda10.1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ dependencies:
- dask-cudf=0.16*
- nccl>=2.7
- ucx-py=0.16*
- ucx-proc=*=gpu
- scipy
- networkx
- python-louvain
Expand Down
1 change: 1 addition & 0 deletions conda/environments/cugraph_dev_cuda10.2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ dependencies:
- dask-cudf=0.16*
- nccl>=2.7
- ucx-py=0.16*
- ucx-proc=*=gpu
- scipy
- networkx
- python-louvain
Expand Down
1 change: 1 addition & 0 deletions conda/environments/cugraph_dev_cuda11.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ dependencies:
- dask-cudf=0.16*
- nccl>=2.7
- ucx-py=0.16*
- ucx-proc=*=gpu
- scipy
- networkx
- python-louvain
Expand Down
2 changes: 2 additions & 0 deletions conda/recipes/cugraph/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ requirements:
- libcugraph={{ version }}
- cudf={{ minor_version }}
- ucx-py {{ minor_version }}
- ucx-proc=*=gpu
run:
- python x.x
- libcugraph={{ version }}
Expand All @@ -38,6 +39,7 @@ requirements:
- distributed>=2.12.0
- nccl>=2.7
- ucx-py {{ minor_version }}
- ucx-proc=*=gpu

#test:
# commands:
Expand Down
2 changes: 2 additions & 0 deletions conda/recipes/libcugraph/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2c6397e

Please sign in to comment.