Skip to content

Commit 2b8baf0

Browse files
authored
Merge pull request #3118 from jjhursey/fix/ibm/pmix-1.2.1-patches
Cherrypicks from PMIx v1.2.1
2 parents dfd48b3 + ad3e85a commit 2b8baf0

File tree

5 files changed

+13
-6
lines changed

5 files changed

+13
-6
lines changed

opal/mca/pmix/pmix112/README

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ $HEADER$
88
===========================================================================
99
This internal component includes PMIx v1.2.1 plus these two commits
1010
cherry-picked from the PMIx v1.2 branch (which will be included in the
11-
eventual PMIx v1.2.2 release).
11+
eventual PMIx v1.2.2 release). Newer patches at top.
1212

13-
* https://github.com/pmix/master/commit/a2d431cbec162b01e15920cc75df1af9ad244f06
14-
* https://github.com/pmix/master/commit/8587f278a17301633ccf6f0d7cb086e3be8f4793
13+
* https://github.com/pmix/pmix/commit/4269e8484bd883523ae485bf2e1b7bbc0719c494
14+
* https://github.com/pmix/pmix/commit/a2d431cbec162b01e15920cc75df1af9ad244f06
15+
* https://github.com/pmix/pmix/commit/8587f278a17301633ccf6f0d7cb086e3be8f4793

opal/mca/pmix/pmix112/pmix/include/pmix/pmix_common.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2013-2016 Intel, Inc. All rights reserved
2+
* Copyright (c) 2013-2017 Intel, Inc. All rights reserved.
33
*
44
* Redistribution and use in source and binary forms, with or without
55
* modification, are permitted provided that the following conditions are
@@ -50,9 +50,8 @@
5050
#include <stdlib.h>
5151
#include <stdint.h>
5252
#include <string.h>
53-
#ifdef HAVE_SYS_TIME_H
5453
#include <sys/time.h> /* for struct timeval */
55-
#endif
54+
5655
#include <pmix_version.h>
5756

5857
#if defined(c_plusplus) || defined(__cplusplus)

opal/mca/pmix/pmix112/pmix/src/sm/pmix_mmap.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,15 @@
33
* All rights reserved.
44
* Copyright (c) 2017 Research Organization for Information Science
55
* and Technology (RIST). All rights reserved.
6+
* Copyright (c) 2017 Intel, Inc. All rights reserved.
67
* $COPYRIGHT$
78
*
89
* Additional copyrights may follow
910
*
1011
* $HEADER$
1112
*/
1213

14+
#include <src/include/pmix_config.h>
1315

1416
#include <unistd.h>
1517
#ifdef HAVE_SYS_TYPES_H

opal/mca/pmix/pmix112/pmix/src/sm/pmix_sm.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
/*
22
* Copyright (c) 2015-2016 Mellanox Technologies, Inc.
33
* All rights reserved.
4+
* Copyright (c) 2017 Intel, Inc. All rights reserved.
45
* $COPYRIGHT$
56
*
67
* Additional copyrights may follow
78
*
89
* $HEADER$
910
*/
11+
#include <src/include/pmix_config.h>
1012

1113
#include <pmix/pmix_common.h>
1214
#include "src/include/pmix_globals.h"

opal/mca/pmix/pmix112/pmix/src/sm/pmix_sm.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/*
22
* Copyright (c) 2015-2016 Mellanox Technologies, Inc.
33
* All rights reserved.
4+
* Copyright (c) 2017 Intel, Inc. All rights reserved.
45
* $COPYRIGHT$
56
*
67
* Additional copyrights may follow
@@ -11,6 +12,8 @@
1112
#ifndef PMIX_SM_H
1213
#define PMIX_SM_H
1314

15+
#include <src/include/pmix_config.h>
16+
1417
#include <pmix/pmix_common.h>
1518
#include <src/include/pmix_config.h>
1619

0 commit comments

Comments
 (0)