Skip to content

Commit 79f02ad

Browse files
Merge pull request #6230 from ggouaillardet/topic/pmix_refresh
pmix/pmi4x: refresh to latest PMIx
2 parents 8031336 + 0203531 commit 79f02ad

24 files changed

+47
-1094
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -367,6 +367,8 @@ opal/mca/hwloc/base/static-components.h.new.struct
367367

368368
opal/mca/installdirs/config/install_dirs.h
369369

370+
!opal/mca/pmix/pmix*/pmix/AUTHORS
371+
!opal/mca/pmix/pmix*/pmix/contrib/perf_tools/Makefile
370372
opal/mca/pmix/pmix*/pmix/include/pmix/autogen/config.h
371373
opal/mca/pmix/pmix*/pmix/include/pmix/autogen/config.h.in
372374
opal/mca/pmix/pmix*/pmix/src/include/private/autogen/config.h.in

opal/mca/pmix/pmix4x/pmix/Makefile.am

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,6 @@ dist_pmixdata_DATA =
3737
if ! PMIX_EMBEDDED_MODE
3838
dist_pmixdata_DATA += contrib/pmix-valgrind.supp
3939

40-
if PMIX_HAVE_PANDOC
41-
SUBDIRS += man
42-
endif
43-
4440
endif
4541

4642
if PMIX_TESTS_EXAMPLES

opal/mca/pmix/pmix4x/pmix/VERSION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ greek=
3030
# command, or with the date (if "git describe" fails) in the form of
3131
# "date<date>".
3232

33-
repo_rev=git2d4c2874
33+
repo_rev=gitfae0ee7d
3434

3535
# If tarball_version is not empty, it is used as the version string in
3636
# the tarball filename, regardless of all other versions listed in
@@ -44,7 +44,7 @@ tarball_version=
4444

4545
# The date when this release was created
4646

47-
date="Dec 18, 2018"
47+
date="Dec 28, 2018"
4848

4949
# The shared library version of each of PMIx's public libraries.
5050
# These versions are maintained in accordance with the "Library

opal/mca/pmix/pmix4x/pmix/config/pmix.m4

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -679,10 +679,6 @@ AC_DEFUN([PMIX_SETUP_CORE],[
679679
[AC_DEFINE_UNQUOTED([HAVE_UNIX_BYTESWAP], [1],
680680
[whether unix byteswap routines -- htonl, htons, nothl, ntohs -- are available])])
681681

682-
# check pandoc separately so we can setup an AM_CONDITIONAL off it
683-
AC_CHECK_PROG([pmix_have_pandoc], [pandoc], [yes], [no])
684-
AM_CONDITIONAL([PMIX_HAVE_PANDOC], [test "x$pmix_have_pandoc" = "xyes"])
685-
686682
#
687683
# Make sure we can copy va_lists (need check declared, not linkable)
688684
#
@@ -1104,20 +1100,6 @@ AC_DEFINE_UNQUOTED([PMIX_ENABLE_TIMING], [$WANT_PMIX_TIMING],
11041100
[Whether we want developer-level timing support or not])
11051101

11061102
#
1107-
# Install header files
1108-
#
1109-
AC_MSG_CHECKING([if want to head developer-level header files])
1110-
AC_ARG_WITH(devel-headers,
1111-
AC_HELP_STRING([--with-devel-headers],
1112-
[also install developer-level header files (only for internal PMIx developers, default: disabled)]))
1113-
if test "$with_devel_headers" = "yes"; then
1114-
AC_MSG_RESULT([yes])
1115-
WANT_INSTALL_HEADERS=1
1116-
else
1117-
AC_MSG_RESULT([no])
1118-
WANT_INSTALL_HEADERS=0
1119-
fi
1120-
11211103
#
11221104
# Install backward compatibility support for PMI-1 and PMI-2
11231105
#

opal/mca/pmix/pmix4x/pmix/configure.ac

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,6 @@ AC_SUBST([libmca_common_dstore_so_version])
249249

250250
AC_CONFIG_FILES(pmix_config_prefix[contrib/Makefile]
251251
pmix_config_prefix[examples/Makefile]
252-
pmix_config_prefix[man/Makefile]
253252
pmix_config_prefix[test/Makefile]
254253
pmix_config_prefix[test/simple/Makefile])
255254

opal/mca/pmix/pmix4x/pmix/contrib/Makefile.am

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@
2525
EXTRA_DIST = \
2626
make_dist_tarball \
2727
buildrpm.sh \
28-
cron-run-all-md2nroff.pl \
29-
md2nroff.pl \
3028
platform/optimized \
3129
pmix_jenkins.sh \
3230
pmix-release.sh \

opal/mca/pmix/pmix4x/pmix/contrib/cron-run-all-md2nroff.pl

Lines changed: 0 additions & 187 deletions
This file was deleted.

opal/mca/pmix/pmix4x/pmix/contrib/make_dist_tarball

100644100755
File mode changed.

0 commit comments

Comments
 (0)