Skip to content

Commit 078023e

Browse files
author
rhc54
committed
Merge pull request open-mpi#1066 from jsquyres/pr/v1.10/remove-usnic-verbs-stuff
usnic: remove need for hwloc verbs helper
2 parents 5c781e6 + f14d67d commit 078023e

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

ompi/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)