From fc8993ba87c65a74d02a38c2c512be392ce5acc0 Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Wed, 1 Apr 2009 18:42:01 +0000 Subject: [PATCH] mpool name is the first show_help param, not the last. This commit was SVN r20925. --- ompi/mca/mpool/base/mpool_base_lookup.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ompi/mca/mpool/base/mpool_base_lookup.c b/ompi/mca/mpool/base/mpool_base_lookup.c index 892e5055c7..ae10a2c687 100644 --- a/ompi/mca/mpool/base/mpool_base_lookup.c +++ b/ompi/mca/mpool/base/mpool_base_lookup.c @@ -120,8 +120,8 @@ mca_mpool_base_module_t* mca_mpool_base_module_create( OBJ_CONSTRUCT(&mca_mpool_base_mem_cb_array, opal_pointer_array_t); } else { orte_show_help("help-mpool-base.txt", "leave pinned failed", - true, ORTE_NAME_PRINT(ORTE_PROC_MY_NAME), - orte_process_info.nodename, name); + true, name, ORTE_NAME_PRINT(ORTE_PROC_MY_NAME), + orte_process_info.nodename); return NULL; }