From 8344594117b7972a8a370c6559d1da7b33418bed Mon Sep 17 00:00:00 2001 From: jakirkham Date: Mon, 21 Oct 2024 23:34:44 -0700 Subject: [PATCH] Use Miniforge path in UCX debugging example (#1086) Changes the example output here to use Miniforge. Authors: - https://github.com/jakirkham Approvers: - Peter Andreas Entschev (https://github.com/pentschev) URL: https://github.com/rapidsai/ucx-py/pull/1086 --- docs/source/ucx-debug.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/ucx-debug.rst b/docs/source/ucx-debug.rst index fcd0fdb1..c2652992 100644 --- a/docs/source/ucx-debug.rst +++ b/docs/source/ucx-debug.rst @@ -33,7 +33,7 @@ For example, we can check if UCX has been built correctly with ``RDMA`` and if i #define HAVE_DECL_RDMA_ESTABLISH 1 #define HAVE_DECL_RDMA_INIT_QP_ATTR 1 #define HAVE_RDMACM_QP_LESS 1 - #define UCX_CONFIGURE_FLAGS "--disable-logging --disable-debug --disable-assertions --disable-params-check --prefix=/gpfs/fs1/user/miniconda3/envs/ucx-dev --with-sysroot --enable-cma --enable-mt --with-gnu-ld --with-rdmacm --with-verbs --with-cuda=/gpfs/fs1/SHARE/Utils/CUDA/10.2.89.0_440.33.01" + #define UCX_CONFIGURE_FLAGS "--disable-logging --disable-debug --disable-assertions --disable-params-check --prefix=/gpfs/fs1/user/miniforge/envs/ucx-dev --with-sysroot --enable-cma --enable-mt --with-gnu-ld --with-rdmacm --with-verbs --with-cuda=/gpfs/fs1/SHARE/Utils/CUDA/10.2.89.0_440.33.01" #define uct_MODULES ":cuda:ib:rdmacm:cma"