
Per a prior commit, the presence of "hwloc.h" can cause ambiguity when using --with-hwloc=external (i.e., whether to include opal/mca/hwloc/hwloc.h or whether to include the system-installed hwloc.h). This commit: 1. Renames opal/mca/hwloc/hwloc.h to hwloc-internal.h. 2. Adds opal/mca/hwloc/autogen.options to tell autogen.pl to expect to find hwloc-internal.h (instead of hwloc.h) in opal/mca/hwloc. 3. s@opal/mca/hwloc/hwloc.h@opal/mca/hwloc/hwloc-internal.h@g in the rest of the code base. Signed-off-by: Jeff Squyres <jsquyres@cisco.com>
8 строки
282 B
C
8 строки
282 B
C
#include "opal/mca/hwloc/hwloc-internal.h"
|
|
#include "tm_tree.h"
|
|
|
|
void hwloc_topology_tag(hwloc_topology_t topology);
|
|
tm_topology_t* hwloc_to_tm(char *filename,double **pcost);
|
|
tm_topology_t * tgt_to_tm(char *filename,double **pcost);
|
|
tm_topology_t* get_local_topo_with_hwloc(void);
|