Skip to content

Commit a330c6e

Browse files
author
Ralph Castain
committed
You cannot include both pmi.h and pmi2.h as they have conflicting defines in them.
Thanks to Kilian Cavalotti for pointing it out Signed-off-by: Ralph Castain <[email protected]>
1 parent f09a7a6 commit a330c6e

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)