File tree Expand file tree Collapse file tree 4 files changed +4
-5
lines changed
ompi/mca/topo/treematch/treematch Expand file tree Collapse file tree 4 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1- #include <hwloc.h>
2- #include <hwloc/helper.h>
1+ #include "opal/mca/hwloc/hwloc.h"
32#include "tm_tree.h"
43#include "tm_mapping.h"
54#include <ctype.h>
Original file line number Diff line number Diff line change 1- #include < hwloc.h>
1+ #include "opal/mca/ hwloc/hwloc.h"
22#include "tm_tree.h"
33
44void hwloc_topology_tag (hwloc_topology_t topology );
Original file line number Diff line number Diff line change 11#include <pthread.h>
22#include "tm_thread_pool.h"
33#include "tm_verbose.h"
4- #include < hwloc.h>
4+ #include "opal/mca/ hwloc/hwloc.h"
55#include "tm_verbose.h"
66#include "tm_tree.h"
77#include <errno.h>
Original file line number Diff line number Diff line change 22#define THREAD_POOL_H
33
44#include <pthread.h>
5- #include < hwloc.h>
5+ #include "opal/mca/ hwloc/hwloc.h"
66
77
88typedef struct _work_t {
You can’t perform that action at this time.
0 commit comments