File tree Expand file tree Collapse file tree 5 files changed +13
-6
lines changed Expand file tree Collapse file tree 5 files changed +13
-6
lines changed Original file line number Diff line number Diff line change 88===========================================================================
99This internal component includes PMIx v1.2.1 plus these two commits
1010cherry-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
Original file line number Diff line number Diff line change 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
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 )
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments