Skip to content

Commit 17f03ee

Browse files
committed
Avoid cleaning hwloc in the master thread
The cleaning can segfault worker threads that have not entered the yield state.
1 parent 58660cc commit 17f03ee

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libworkstream_df/wstream_df.c

-1
Original file line numberDiff line numberDiff line change
@@ -1297,7 +1297,6 @@ void post_main()
12971297
dump_events_ostv(wstream_num_workers, wstream_df_worker_threads);
12981298
dump_wqueue_counters(wstream_num_workers, wstream_df_worker_threads);
12991299
dump_transfer_matrix(wstream_num_workers);
1300-
openstream_hwloc_cleanup();
13011300
}
13021301

13031302

0 commit comments

Comments
 (0)