Skip to content

Commit

Permalink
Reduce parallelism
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr committed Oct 1, 2024
1 parent d13b96f commit 2cf68a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/scripts/run-clang-tidy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ if [ ! -f "${CUDF_BUILD_DIR}/compile_commands.json" ]; then
fi


find cpp/{src,tests} -name *.cpp | grep -v -E ".*(cpu_unbz2.cpp|brotli_dict.cpp).*" | xargs -n 1 -P 24 clang-tidy -p ${CUDF_BUILD_DIR} --extra-arg="-Qunused-arguments"
find cpp/{src,tests} -name *.cpp | grep -v -E ".*(cpu_unbz2.cpp|brotli_dict.cpp).*" | xargs -n 1 -P 16 clang-tidy -p ${CUDF_BUILD_DIR} --extra-arg="-Qunused-arguments"

0 comments on commit 2cf68a0

Please sign in to comment.