We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5c781e6 + f14d67d commit 078023eCopy full SHA for 078023e
ompi/mca/btl/usnic/btl_usnic_hwloc.c
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright (c) 2013-2015 Cisco Systems, Inc. All rights reserved.
+ * Copyright (c) 2013-2016 Cisco Systems, Inc. All rights reserved.
3
* $COPYRIGHT$
4
*
5
* Additional copyrights may follow
@@ -9,14 +9,7 @@
9
10
#include "opal_config.h"
11
12
-/* Define this before including hwloc.h so that we also get the hwloc
13
- verbs helper header file, too. We have to do this level of
14
- indirection because the hwloc subsystem is a component -- we don't
15
- know its exact path. We have to rely on the framework header files
16
- to find the right hwloc verbs helper file for us. */
17
-#define OPAL_HWLOC_WANT_VERBS_HELPER 1
18
#include "opal/mca/hwloc/hwloc.h"
19
-
20
#include "opal/constants.h"
21
22
#if BTL_IN_OPAL
0 commit comments