WIP: UCX 1.9.0
This commit is contained in:
@@ -21,12 +21,15 @@ pbuild::pre_configure() {
|
||||
pbuild::add_configure_args "--without-xpmem"
|
||||
pbuild::add_configure_args "--without-ugni"
|
||||
pbuild::add_configure_args "--without-java"
|
||||
pbuild::add_configure_args "--with-cuda=$CUDA_HOME"
|
||||
pbuild::add_configure_args "--enable-cma"
|
||||
pbuild::add_configure_args "--enable-mt"
|
||||
pbuild::add_configure_args "--with-verbs"
|
||||
if [[ -n "${CUDA_VERSION}" ]]; then
|
||||
pbuild::add_configure_args "--with-cuda=$CUDA_HOME"
|
||||
fi
|
||||
|
||||
if pbuild::use_flag slurm ; then
|
||||
pbuild::add_configure_args "--without-gdrcopy"
|
||||
pbuild::add_configure_args "--without-gdrcopy" # Will be --with-gdrcopy when available
|
||||
pbuild::add_configure_args "--with-knem"
|
||||
pbuild::add_configure_args "--with-rdmacm"
|
||||
else
|
||||
|
||||
@@ -1 +1 @@
|
||||
ucx/1.9.0_slurm unstable cuda/11.1.0
|
||||
ucx/1.9.0_slurm unstable cuda/11.1.0 b:doxygen/1.8.14
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
ucx/1.8.1 unstable
|
||||
ucx/1.9.0 unstable
|
||||
ucx/1.9.0 unstable cuda/11.1.0 b:doxygen/1.8.14
|
||||
|
||||
Reference in New Issue
Block a user