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

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

Adding compiled files

File size: 2.5 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 (c) 2008      Cisco Systems, Inc.  All rights reserved.
14# $COPYRIGHT$
15#
16# Additional copyrights may follow
17#
18# $HEADER$
19#
20# This is the US/English help file for Open MPI MCA error messages.
21#
22[find-available:none-found]
23No available %s components were found!
24
25This means that there are no components of this type installed on your
26system or all the components reported that they could not be used.
27
28This is a fatal error; your MPI process is likely to abort.  Check the
29output of the "ompi_info" command and ensure that components of this
30type are available on your system.  You may also wish to check the
31value of the "component_path" MCA parameter and ensure that it has at
32least one directory that contains valid MCA components.
33#
34[find-available:not-valid]
35A requested component was not found, or was unable to be opened.  This
36means that this component is either not installed or is unable to be
37used on your system (e.g., sometimes this means that shared libraries
38that the component requires are unable to be found/loaded).  Note that
39Open MPI stopped checking at the first component that it did not find.
40
41Host:      %s
42Framework: %s
43Component: %s
44#
45[framework-param:too-many-negates]
46MCA framework parameters can only take a single negation operator
47("^"), and it must be at the beginning of the value.  The following
48value violates this rule:
49
50    %s
51
52When used, the negation operator sets the "exclusive" behavior mode,
53meaning that it will exclude all specified components (and implicitly
54include all others).  If the negation operator is not specified, the
55"inclusive" mode is assumed, meaning that all specified components
56will be included (and implicitly exclude all others).
57
58For example, "^a,b" specifies the exclusive behavior and means "use
59all components *except* a and b", while "c,d" specifies the inclusive
60behavior and means "use *only* components c and d."
61
62You cannot mix inclusive and exclusive behavior.
Note: See TracBrowser for help on using the repository browser.