Skip to content
This repository was archived by the owner on Sep 30, 2022. It is now read-only.

Commit b5205b1

Browse files
committed
Merge pull request #1051 from jsquyres/pr/v2.x/remove-usnic-verbs-stuff
usnic: remove need for hwloc verbs helper
2 parents a3b95e7 + c60ec8f commit b5205b1

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

opal/mca/btl/usnic/btl_usnic_hwloc.c

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2013-2015 Cisco Systems, Inc. All rights reserved.
2+
* Copyright (c) 2013-2016 Cisco Systems, Inc. All rights reserved.
33
* $COPYRIGHT$
44
*
55
* Additional copyrights may follow
@@ -9,14 +9,7 @@
99

1010
#include "opal_config.h"
1111

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
1812
#include "opal/mca/hwloc/hwloc.h"
19-
2013
#include "opal/constants.h"
2114

2215
#if BTL_IN_OPAL

0 commit comments

Comments
 (0)