From 538a4f92d33777eab2ea8817c3cee0437058029d Mon Sep 17 00:00:00 2001 From: Nathan Hjelm Date: Thu, 11 Apr 2013 21:23:16 +0000 Subject: [PATCH] make ompi_info print out mpi_ variables This commit was SVN r28328. --- ompi/tools/ompi_info/ompi_info.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ompi/tools/ompi_info/ompi_info.c b/ompi/tools/ompi_info/ompi_info.c index 8a27639f96..7bcd672a85 100644 --- a/ompi/tools/ompi_info/ompi_info.c +++ b/ompi/tools/ompi_info/ompi_info.c @@ -112,6 +112,7 @@ int main(int argc, char *argv[]) /* add the top-level type */ opal_pointer_array_add(&mca_types, "ompi"); + opal_pointer_array_add(&mca_types, "mpi"); /* push all the types found by autogen */ for (i=0; NULL != ompi_frameworks[i]; i++) {