1
1
openmpi/orte/orted/pmix
Jeff Squyres fec519a793 hwloc: rename opal/mca/hwloc/hwloc.h -> hwloc-internal.h
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>
2017-02-28 07:48:42 -08:00
..
Makefile.am Integrate PMIx 1.0 with OMPI. 2015-08-29 16:04:10 -07:00
pmix_server_dyn.c hwloc: rename opal/mca/hwloc/hwloc.h -> hwloc-internal.h 2017-02-28 07:48:42 -08:00
pmix_server_fence.c orted/pmix: plug a memoy leak in pmix_server_fencenb_fn() 2017-01-06 15:38:45 +09:00
pmix_server_gen.c Resolve Coverity issues 2017-01-07 10:45:52 -08:00
pmix_server_internal.h Sync the internal OMPI component to PMIx master 2016-12-19 19:14:16 -08:00
pmix_server_pub.c Revise the routed framework to be multi-select so it can support the new conduit system. Update all calls to rml.send* to the new syntax. Define an orte_mgmt_conduit for admin and IOF messages, and an orte_coll_conduit for all collective operations (e.g., xcast, modex, and barrier). 2016-10-23 21:52:39 -07:00
pmix_server_register_fns.c Fix comm_spawn by registering nspace info only when needed - either when we have local procs, or when job-level info is required by connecting jobs 2017-02-14 19:47:56 -08:00
pmix_server.c Fix static port and partial allocation operations 2017-01-28 10:09:44 -08:00
pmix_server.h Fix comm_spawn by registering nspace info only when needed - either when we have local procs, or when job-level info is required by connecting jobs 2017-02-14 19:47:56 -08:00