50e5b0937c
.ompi_ignored to allow other developers to test with it. It is expected that we'll remove the .ompi_ignore here soon, and simultaneously remove the hwloc 1.2.2ompi component. There was one very minor patch added to stock hwloc 1.3.1 in hwloc/config/hwloc.m4: {{{ --- hwloc-1.3.1/config/hwloc.m4 2011-12-14 +++ ompi3/opal/mca/hwloc/hwloc131/hwloc/config/hwloc.m4 @@ -583,6 +583,7 @@ ]) fi AC_SUBST(HWLOC_PCI_LIBS) + HWLOC_LIBS="$HWLOC_LIBS $HWLOC_PCI_LIBS" # If we asked for pci support but couldn't deliver, fail AS_IF([test "$enable_pci" = "yes" -a "$hwloc_pci_happy" = "no"], [AC_MSG_WARN([Specified --enable-pci switch, but could not]) }}} This will be pushed upstream to hwloc. This commit was SVN r25706.
23 строки
521 B
C
23 строки
521 B
C
/*
|
|
* Copyright (c) 2011 Cisco Systems, Inc. All rights reserved.
|
|
*
|
|
* $COPYRIGHT$
|
|
*
|
|
* Additional copyrights may follow
|
|
*
|
|
* $HEADER$
|
|
*
|
|
* When this component is used, this file is included in the rest of
|
|
* the OPAL/ORTE/OMPI code base via opal/mca/event/event.h. As such,
|
|
* this header represents the public interface to this static component.
|
|
*/
|
|
|
|
#ifndef MCA_OPAL_HWLOC_HWLOC131_H
|
|
#define MCA_OPAL_HWLOC_HWLOC131_H
|
|
|
|
#include "hwloc/include/hwloc.h"
|
|
|
|
END_C_DECLS
|
|
|
|
#endif /* MCA_OPAL_HWLOC_HWLOC131_H */
|