fix(runtime): remove logging the thread to HW bind map for dataflow workers.

This commit is contained in:
Antoniu Pop
2022-11-03 14:40:55 +00:00
committed by Antoniu Pop
parent 94d68515d4
commit dfe2e5e076

View File

@@ -1025,7 +1025,6 @@ static inline void _dfr_start_impl(int argc, char *argv[]) {
std::vector<char *> parameters;
parameters.push_back(const_cast<char *>("__dummy_dfr_HPX_program_name__"));
parameters.push_back(const_cast<char *>("--hpx:print-bind"));
hwloc_topology_t topology;
hwloc_topology_init(&topology);