Skip to content

Commit

Permalink
Use 48 threads for test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidSpickett committed Nov 28, 2024
1 parent bc0a174 commit 26e7ee1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildbot/osuosl/master/config/builders.py
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@
},
testsuite_flags=[
'--cppflags', '-mcpu=neoverse-v2 -mllvm -scalable-vectorization=preferred -mllvm -treat-scalable-fixed-error-as-warning=false -O3',
'--threads=32', '--build-threads=32'],
'--threads=48', '--build-threads=48'],
extra_cmake_args=[
"-DCMAKE_C_FLAGS='-mcpu=neoverse-v2'",
"-DCMAKE_CXX_FLAGS='-mcpu=neoverse-v2'",
Expand All @@ -605,7 +605,7 @@
},
testsuite_flags=[
'--cppflags', '-mcpu=neoverse-v2 -mllvm -scalable-vectorization=preferred -mllvm -treat-scalable-fixed-error-as-warning=false -O3',
'--threads=32', '--build-threads=32'],
'--threads=48', '--build-threads=48'],
extra_cmake_args=[
"-DCMAKE_C_FLAGS='-mcpu=neoverse-v2 -mllvm -scalable-vectorization=preferred -mllvm -treat-scalable-fixed-error-as-warning=false'",
"-DCMAKE_CXX_FLAGS='-mcpu=neoverse-v2 -mllvm -scalable-vectorization=preferred -mllvm -treat-scalable-fixed-error-as-warning=false'",
Expand Down

0 comments on commit 26e7ee1

Please sign in to comment.