Skip to content

Commit

Permalink
C1
Browse files Browse the repository at this point in the history
  • Loading branch information
mag1cp1n authored Oct 25, 2023
1 parent e4f7059 commit 58e6073
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ build_legate_conda_package() {
CONFIGURE_UCX=true
[ "${UCX_ENABLED:-}" = "OFF" ] && CONFIGURE_UCX=false

conda_build_args+=(--variants "{gpu_enabled:${GPU_ENABLED},python:${python_version},ucx_enabled:${UCX_ENABLED}}");
conda_build_args+=(--variants "{gpu_enabled:${GPU_ENABLED},python:${python_version},ucx_enabled:${CONFIGURE_UCX}}");

rm -rf /tmp/legate;
cp -ar ~/legate /tmp/legate;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ run_test_or_analysis() {
case "$1" in
"unit")
ucx_libs=
[ "${UCS_ENABLED:-}" = "ON" ] && usx_libs=ucx openmpi
[ "${UCX_ENABLED:-}" = "ON" ] && usx_libs=ucx openmpi
echo "Executing unit tests..."
mamba install -y -n "${DEFAULT_CONDA_ENV:-legate}" -c conda-forge pytest pytest-mock ipython jupyter_client $ucx_libs
cd ~/legate/tests/unit
Expand Down

0 comments on commit 58e6073

Please sign in to comment.