From 22cb8a1834ae3cc23f02c48de529aa07cb33f2d0 Mon Sep 17 00:00:00 2001 From: Gilles Gouaillardet Date: Mon, 11 Aug 2014 03:27:45 +0000 Subject: [PATCH] check-help-strings cleanup This commit was SVN r32497. --- ompi/mca/coll/base/coll_base_find_available.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ompi/mca/coll/base/coll_base_find_available.c b/ompi/mca/coll/base/coll_base_find_available.c index 798ab424a2..f445632c24 100644 --- a/ompi/mca/coll/base/coll_base_find_available.c +++ b/ompi/mca/coll/base/coll_base_find_available.c @@ -12,6 +12,8 @@ * Copyright (c) 2008-2014 Cisco Systems, Inc. All rights reserved. * Copyright (c) 2012 Los Alamos National Security, LLC. * All rights reserved. + * Copyright (c) 2014 Research Organization for Information Science + * and Technology (RIST). All rights reserved. * $COPYRIGHT$ * * Additional copyrights may follow @@ -92,7 +94,7 @@ int mca_coll_base_find_available(bool enable_progress_threads, if (opal_list_get_size(&ompi_coll_base_framework.framework_components) == 0) { opal_output_verbose(10, ompi_coll_base_framework.framework_output, "coll:find_available: no coll components available!"); - opal_show_help("help-mca-base.txt", "find-available:none-found", true, + opal_show_help("help-mca-base.txt", "find-available:not-valid", true, "coll"); return OMPI_ERROR; }