Skip to content

Commit

Permalink
Attempt 11.
Browse files Browse the repository at this point in the history
  • Loading branch information
sandeepd-nv committed Sep 8, 2023
1 parent 218a935 commit ffd0e24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion continuous_integration/build-cunumeric-cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ build_cunumeric_cpp() {
cmake_args+=(-DBUILD_MARCH=${BUILD_MARCH:-haswell});
cmake_args+=(-DCMAKE_BUILD_TYPE=Release);
cmake_args+=(-DCMAKE_CUDA_ARCHITECTURES=RAPIDS);
cmake_args+=(-Dlegate_core_ROOT=$HOME/legate/build);
# cmake_args+=(-Dlegate_core_ROOT=$HOME/legate/build);
cmake_args+=(-DCMAKE_BUILD_PARALLEL_LEVEL=${JOBS:-$(nproc --ignore=1)});
cmake_args+=(${@});

Expand Down

0 comments on commit ffd0e24

Please sign in to comment.