13
13
# Copyright (c) 2011-2013 Los Alamos National Security, LLC.
14
14
# All rights reserved.
15
15
# Copyright (c) 2010-2017 Cisco Systems, Inc. All rights reserved.
16
- # Copyright (c) 2013-2019 Intel, Inc. All rights reserved.
16
+ # Copyright (c) 2013-2020 Intel, Inc. All rights reserved.
17
17
# Copyright (c) 2015-2016 Research Organization for Information Science
18
18
# and Technology (RIST). All rights reserved.
19
19
# $COPYRIGHT$
@@ -82,6 +82,10 @@ AC_DEFUN([MCA_opal_pmix_pmix4x_CONFIG],[
82
82
AC_ARG_ENABLE([pmix-timing],
83
83
[AC_HELP_STRING([--enable-pmix-timing],
84
84
[Enable PMIx timing measurements (default: disabled)])])
85
+ AC_ARG_WITH([pmix-platform],
86
+ [AC_HELP_STRING([--with-pmix-platform],
87
+ [Platform file to use when building the internal PMIx support])])
88
+
85
89
AC_MSG_CHECKING([if PMIx timing is enabled])
86
90
if test " $enable_pmix_timing " = " yes" ; then
87
91
AC_MSG_RESULT([yes])
@@ -99,6 +103,9 @@ AC_DEFUN([MCA_opal_pmix_pmix4x_CONFIG],[
99
103
CFLAGS= " $OPAL_CFLAGS_BEFORE_PICKY $OPAL_VISIBILITY_CFLAGS " ])
100
104
AS_IF([test " $with_devel_headers " = " yes" ],
101
105
[opal_pmix_pmix4x_args= " --with-devel-headers $opal_pmix_pmix4x_args " ])
106
+ if test ! -z $with_pmix_platform && test " $with_pix_platform " ! = " yes" ; then
107
+ opal_pmix_pmix4x_args=" $opal_pmix_pmix4x_args --with-platform=$with_pmix_platform "
108
+ fi
102
109
CPPFLAGS= " -I$OPAL_TOP_SRCDIR -I$OPAL_TOP_BUILDDIR -I$OPAL_TOP_SRCDIR /opal/include -I$OPAL_TOP_BUILDDIR /opal/include $CPPFLAGS "
103
110
104
111
OPAL_CONFIG_SUBDIR([$opal_pmix_pmix4x_basedir /openpmix],
0 commit comments