Skip to content

Commit 60c650e

Browse files
committed
Ensure "mpirun --version" reports as Open MPI
Signed-off-by: Ralph Castain <rhc@pmix.org>
1 parent 6d29bbf commit 60c650e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

config/ompi_setup_prrte.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ AC_DEFUN([OMPI_SETUP_PRRTE],[
102102
opal_prrte_prefix_arg=
103103
fi
104104

105-
opal_prrte_args="--prefix=$prefix $opal_prrte_prefix_arg $opal_prrte_libevent_arg $opal_prrte_hwloc_arg $opal_prrte_pmix_arg"
105+
opal_prrte_args="--prefix=$prefix --with-proxy-version-string=$OPAL_VERSION --with-proxy-package-name=\"Open MPI\" --with-proxy-bugreport=\"https://www.open-mpi.org/community/help/\" $opal_prrte_prefix_arg $opal_prrte_libevent_arg $opal_prrte_hwloc_arg $opal_prrte_pmix_arg"
106106
AS_IF([test "$enable_debug" = "yes"],
107107
[opal_prrte_args="--enable-debug $opal_prrte_args"
108108
CFLAGS="$OPAL_CFLAGS_BEFORE_PICKY $OPAL_VISIBILITY_CFLAGS -g"],

0 commit comments

Comments
 (0)