Skip to content

Commit

Permalink
Add Cmake flag to ensure we're propagating thread_countw
Browse files Browse the repository at this point in the history
  • Loading branch information
reazulhoque committed Dec 6, 2023
1 parent 672e8c6 commit a6fedd6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install.py
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,7 @@ def validate_path(path):
cmake_flags += ["-Dcunumeric_cuRAND_INCLUDE_DIR=%s" % curand_dir]

cmake_flags += ["-Dlegate_core_ROOT=%s" % legate_dir]
cmake_flags += ["-DCMAKE_BUILD_PARALLEL_LEVEL=%s" % thread_count]

cmake_flags += extra_flags
build_flags = [f"-j{str(thread_count)}"]
Expand Down

0 comments on commit a6fedd6

Please sign in to comment.