From 1cc663ebf64dbcd919dbebde9a5d770b2ee8694b Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Fri, 16 May 2008 14:18:56 +0000 Subject: [PATCH] Change this back to use opal_init_util() -- using orte_init() mucks with the C++ memory allocator. Let's not go there. This commit was SVN r18447. --- ompi/tools/ompi_info/ompi_info.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ompi/tools/ompi_info/ompi_info.cc b/ompi/tools/ompi_info/ompi_info.cc index 2ab059fb9e..673881295a 100644 --- a/ompi/tools/ompi_info/ompi_info.cc +++ b/ompi/tools/ompi_info/ompi_info.cc @@ -79,7 +79,7 @@ int main(int argc, char *argv[]) int i, len; // Initialize the argv parsing handle - if (OMPI_SUCCESS != orte_init(ORTE_TOOL)) { + if (OMPI_SUCCESS != opal_init_util()) { orte_show_help("help-ompi_info.txt", "lib-call-fail", true, "opal_init_util", __FILE__, __LINE__, NULL); exit(ret);