source: proiecte/hpl/openmpi_compiled/share/openmpi/help-mca-coll-base.txt @ 97

Last change on this file since 97 was 97, checked in by (none), 14 years ago

Adding compiled files

File size: 1.8 KB
Line 
1# -*- text -*-
2#
3# Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana
4#                         University Research and Technology
5#                         Corporation.  All rights reserved.
6# Copyright (c) 2004-2005 The University of Tennessee and The University
7#                         of Tennessee Research Foundation.  All rights
8#                         reserved.
9# Copyright (c) 2004-2005 High Performance Computing Center Stuttgart,
10#                         University of Stuttgart.  All rights reserved.
11# Copyright (c) 2004-2005 The Regents of the University of California.
12#                         All rights reserved.
13# $COPYRIGHT$
14#
15# Additional copyrights may follow
16#
17# $HEADER$
18#
19# This is the US/English help file for Open MPI MCA coll-specific
20# error messages.
21#
22[comm-select:none-available]
23Although some coll components are available on your system, none of
24them said that they could be used for a new communicator.
25
26This is extremely unusual -- either the "basic" or "self" components
27should be able to be chosen for any communicator.  As such, this
28likely means that something else is wrong (although you should double
29check that the "basic" and "self" coll components are available on
30your system -- check the output of the "ompi_info" command).
31#
32[comm-unselect:failed-finalize]
33A coll module failed to finalize properly when a communicator that was
34using it was destroyed. 
35
36This is somewhat unusual: the module itself may be at fault, or this
37may be a symptom of another issue (e.g., a memory problem).
38#
39[comm-unselect:basic-failed-finalize]
40The basic coll module failed to finalize properly when a communicator
41that was using it was destroyed.  This happened on the communicator
42named "%s".
43
44This is extremely unusual and typically indicates some other kind of
45problem (e.g., a memory problem)
Note: See TracBrowser for help on using the repository browser.