From 8f7d26e5ebd755e523ca1a6aa033c9eb10a1fddd Mon Sep 17 00:00:00 2001 From: Ralph Liu Date: Fri, 7 Jun 2024 11:30:24 -0700 Subject: [PATCH 1/2] Pin openmpi version --- conda/environments/all_cuda-118_arch-x86_64.yaml | 2 +- conda/environments/all_cuda-122_arch-x86_64.yaml | 2 +- conda/recipes/libcugraph/meta.yaml | 2 +- dependencies.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/conda/environments/all_cuda-118_arch-x86_64.yaml b/conda/environments/all_cuda-118_arch-x86_64.yaml index 659a2b911fb..bdeac22b68d 100644 --- a/conda/environments/all_cuda-118_arch-x86_64.yaml +++ b/conda/environments/all_cuda-118_arch-x86_64.yaml @@ -42,7 +42,7 @@ dependencies: - numpy>=1.23,<2.0a0 - numpydoc - nvcc_linux-64=11.8 -- openmpi +- openmpi=5.0.3=*_104 - packaging>=21 - pandas - pre-commit diff --git a/conda/environments/all_cuda-122_arch-x86_64.yaml b/conda/environments/all_cuda-122_arch-x86_64.yaml index 377e4151f9b..d291e94ef1b 100644 --- a/conda/environments/all_cuda-122_arch-x86_64.yaml +++ b/conda/environments/all_cuda-122_arch-x86_64.yaml @@ -47,7 +47,7 @@ dependencies: - numba>=0.57 - numpy>=1.23,<2.0a0 - numpydoc -- openmpi +- openmpi=5.0.3=*_104 - packaging>=21 - pandas - pre-commit diff --git a/conda/recipes/libcugraph/meta.yaml b/conda/recipes/libcugraph/meta.yaml index a4bb361aa6b..ffcfaf2b175 100644 --- a/conda/recipes/libcugraph/meta.yaml +++ b/conda/recipes/libcugraph/meta.yaml @@ -42,7 +42,7 @@ requirements: - {{ compiler('cxx') }} - cmake {{ cmake_version }} - ninja - - openmpi # Required for building cpp-mgtests (multi-GPU tests) + - openmpi=5.0.3=*_104 # Required for building cpp-mgtests (multi-GPU tests) - {{ stdlib("c") }} host: {% if cuda_major == "11" %} diff --git a/dependencies.yaml b/dependencies.yaml index 19634420520..48dd1ea01dc 100644 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -364,7 +364,7 @@ dependencies: - libraft-headers==24.6.* - libraft==24.6.* - librmm==24.6.* - - openmpi # Required for building cpp-mgtests (multi-GPU tests) + - openmpi=5.0.3=*_104 # Required for building cpp-mgtests (multi-GPU tests) specific: - output_types: [conda] matrices: From 2eeb9d58cb82dea3b6ac64913535c5b507221c18 Mon Sep 17 00:00:00 2001 From: Ralph Liu Date: Fri, 7 Jun 2024 17:00:48 -0700 Subject: [PATCH 2/2] Change version pin to <5.0.3 --- conda/environments/all_cuda-118_arch-x86_64.yaml | 2 +- conda/environments/all_cuda-122_arch-x86_64.yaml | 2 +- conda/recipes/libcugraph/meta.yaml | 2 +- dependencies.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/conda/environments/all_cuda-118_arch-x86_64.yaml b/conda/environments/all_cuda-118_arch-x86_64.yaml index bdeac22b68d..b043243c5c3 100644 --- a/conda/environments/all_cuda-118_arch-x86_64.yaml +++ b/conda/environments/all_cuda-118_arch-x86_64.yaml @@ -42,7 +42,7 @@ dependencies: - numpy>=1.23,<2.0a0 - numpydoc - nvcc_linux-64=11.8 -- openmpi=5.0.3=*_104 +- openmpi<5.0.3 - packaging>=21 - pandas - pre-commit diff --git a/conda/environments/all_cuda-122_arch-x86_64.yaml b/conda/environments/all_cuda-122_arch-x86_64.yaml index d291e94ef1b..4a114e73876 100644 --- a/conda/environments/all_cuda-122_arch-x86_64.yaml +++ b/conda/environments/all_cuda-122_arch-x86_64.yaml @@ -47,7 +47,7 @@ dependencies: - numba>=0.57 - numpy>=1.23,<2.0a0 - numpydoc -- openmpi=5.0.3=*_104 +- openmpi<5.0.3 - packaging>=21 - pandas - pre-commit diff --git a/conda/recipes/libcugraph/meta.yaml b/conda/recipes/libcugraph/meta.yaml index ffcfaf2b175..cbd97604cff 100644 --- a/conda/recipes/libcugraph/meta.yaml +++ b/conda/recipes/libcugraph/meta.yaml @@ -42,7 +42,7 @@ requirements: - {{ compiler('cxx') }} - cmake {{ cmake_version }} - ninja - - openmpi=5.0.3=*_104 # Required for building cpp-mgtests (multi-GPU tests) + - openmpi<5.0.3 # Required for building cpp-mgtests (multi-GPU tests) - {{ stdlib("c") }} host: {% if cuda_major == "11" %} diff --git a/dependencies.yaml b/dependencies.yaml index 48dd1ea01dc..3c1320f12e4 100644 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -364,7 +364,7 @@ dependencies: - libraft-headers==24.6.* - libraft==24.6.* - librmm==24.6.* - - openmpi=5.0.3=*_104 # Required for building cpp-mgtests (multi-GPU tests) + - openmpi<5.0.3 # Required for building cpp-mgtests (multi-GPU tests) specific: - output_types: [conda] matrices: