Skip to content

Commit

Permalink
no thread pinning
Browse files Browse the repository at this point in the history
  • Loading branch information
N-Maas committed Oct 10, 2024
1 parent 4eca12a commit 44ac788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mt-kahypar/parallel/tbb_initializer.h
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ class TBBInitializer {
while (static_cast<int>(_cpus.size()) > _num_threads) {
_cpus.pop_back();
}
_global_observer = std::make_unique<ThreadPinningObserver>(_cpus);
// _global_observer = std::make_unique<ThreadPinningObserver>(_cpus);

_numa_node_to_cpu_id.resize(num_numa_nodes);
for ( const int cpu_id : _cpus ) {
Expand Down

0 comments on commit 44ac788

Please sign in to comment.