1
1
openmpi/opal/mca/paffinity/hwloc
Jeff Squyres 63a96e92b5 In a recent v1.5 branch issue, it took a while to figure out that
paffinity hwloc was returning "NOT_SUPPORTED" when the real problem
was that the underlying hwloc simply hadn't been initialized yet.  So
let's clearly delineate this case: return OPAL_ERR_NOT_INITIALIZED if
the underlying hwloc is not initialized.

This commit was SVN r25902.
2012-02-10 18:29:52 +00:00
..
configure.m4 After fixing an svn/hg kerfluffle, there's a few files left over from 2011-09-28 11:46:28 +00:00
Makefile.am Per the RFC from Jeff, move hwloc from opal/mca/common to its own static framework ala libevent. Have ORTE daemons collect the topology info at startup and, if --enable-hwloc-xml is set, send that info back to the HNP for later use. The HNP only retains unique topology "templates" to reduce memory footprint. Have the daemon include the local topology info in the nidmap buffer sent to each app so the apps don't all hammer the local system to discover it for themselves. 2011-09-11 19:02:24 +00:00
paffinity_hwloc_component.c In reviewing CMR #2866, it was noticed that the maffinity/hwloc and 2011-09-17 13:13:36 +00:00
paffinity_hwloc_module.c In a recent v1.5 branch issue, it took a while to figure out that 2012-02-10 18:29:52 +00:00
paffinity_hwloc.h In reviewing CMR #2866, it was noticed that the maffinity/hwloc and 2011-09-17 13:13:36 +00:00