1
1
This commit was SVN r32497.
Этот коммит содержится в:
Gilles Gouaillardet 2014-08-11 03:27:45 +00:00
родитель e184733ef6
Коммит 22cb8a1834

Просмотреть файл

@ -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;
}