Skip to content

Commit

Permalink
Add cpu-bind option to operators tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mwarusz committed May 9, 2024
1 parent b1b981f commit 3eb9f16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/omega/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ add_omega_test(
HORZOPERATORS_PLANE_TEST
testHorzOperatorsPlane.exe
ocn/HorzOperatorsTest.cpp
"-n;8"
"-n 8;--cpu-bind=cores"
)
target_compile_definitions(
testHorzOperatorsPlane.exe
Expand All @@ -131,7 +131,7 @@ add_omega_test(
HORZOPERATORS_SPHERE_TEST
testHorzOperatorsSphere.exe
ocn/HorzOperatorsTest.cpp
"-n;8"
"-n 8;--cpu-bind=cores"
)
target_compile_definitions(
testHorzOperatorsSphere.exe
Expand Down

0 comments on commit 3eb9f16

Please sign in to comment.