Skip to content

Commit

Permalink
DLegion_NETWORKS=ucx
Browse files Browse the repository at this point in the history
  • Loading branch information
mag1cp1n authored Oct 17, 2023
1 parent 27ff47b commit e56d91c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ build_legate_cpp() {
cmake_args+=(-DCMAKE_BUILD_TYPE=Release);
cmake_args+=(-DLegion_CUDA_ARCH=all-major);
cmake_args+=(-DLegion_NETWORKS=ucx);
cmake_args+=(-DLegion_NETWORKS=);
cmake_args+=(-DLegion_USE_Python=ON);
cmake_args+=(-DLegion_PYTHON_EXTRA_INSTALL_ARGS="--root;/;--prefix;\"\${CMAKE_INSTALL_PREFIX}\"");
cmake_args+=(-DLegion_Python_Version=$(python3 --version 2>&1 | cut -d' ' -f2 | cut -d'.' -f3 --complement));
Expand Down

0 comments on commit e56d91c

Please sign in to comment.