Skip to content

Commit 7bd4898

Browse files
authored
Merge pull request #3206 from rhc54/cmr20x/s2
You cannot include both pmi.h and pmi2.h as they have conflicting defines in them.
2 parents 5cb802b + a330c6e commit 7bd4898

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

opal/mca/pmix/s2/pmix_s2.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Copyright (c) 2011 Cisco Systems, Inc. All rights reserved.
66
* Copyright (c) 2011-2013 Los Alamos National Security, LLC. All
77
* rights reserved.
8-
* Copyright (c) 2013-2016 Intel, Inc. All rights reserved.
8+
* Copyright (c) 2013-2017 Intel, Inc. All rights reserved.
99
* Copyright (c) 2014-2016 Research Organization for Information Science
1010
* and Technology (RIST). All rights reserved.
1111
* $COPYRIGHT$
@@ -30,7 +30,6 @@
3030
#include "pmi2_pmap_parser.h"
3131

3232
#include <string.h>
33-
#include <pmi.h>
3433
#include <pmi2.h>
3534

3635
#include "opal/mca/pmix/base/base.h"

0 commit comments

Comments
 (0)