92 lines
3.3 KiB
Plaintext
92 lines
3.3 KiB
Plaintext
# -*- text -*-
|
|
#
|
|
# Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana
|
|
# University Research and Technology
|
|
# Corporation. All rights reserved.
|
|
# Copyright (c) 2004-2005 The University of Tennessee and The University
|
|
# of Tennessee Research Foundation. All rights
|
|
# reserved.
|
|
# Copyright (c) 2004-2005 High Performance Computing Center Stuttgart,
|
|
# University of Stuttgart. All rights reserved.
|
|
# Copyright (c) 2004-2005 The Regents of the University of California.
|
|
# All rights reserved.
|
|
# Copyright (c) 2008-2022 Cisco Systems, Inc. All rights reserved
|
|
# Copyright (c) 2018-2020 Intel, Inc. All rights reserved.
|
|
# Copyright (c) 2022 Nanook Consulting. All rights reserved.
|
|
# $COPYRIGHT$
|
|
#
|
|
# Additional copyrights may follow
|
|
#
|
|
# $HEADER$
|
|
#
|
|
# This is the US/English help file for PMIX MCA error messages.
|
|
#
|
|
[find-available:not-valid]
|
|
A requested component was not found, or was unable to be opened. This
|
|
means that this component is either not installed or is unable to be
|
|
used on your system (e.g., sometimes this means that shared libraries
|
|
that the component requires are unable to be found/loaded). Note that
|
|
PMIx stopped checking at the first component that it did not find.
|
|
|
|
Host: %s
|
|
Framework: %s
|
|
Component: %s
|
|
#
|
|
[find-available:none found]
|
|
No components were able to be opened in the %s framework.
|
|
|
|
This typically means that either no components of this type were
|
|
installed, or none of the installed components can be loaded.
|
|
Sometimes this means that shared libraries required by these
|
|
components are unable to be found/loaded.
|
|
|
|
Host: %s
|
|
Framework: %s
|
|
#
|
|
[framework-param:too-many-negates]
|
|
MCA framework parameters can only take a single negation operator
|
|
("^"), and it must be at the beginning of the value. The following
|
|
value violates this rule:
|
|
|
|
%s
|
|
|
|
When used, the negation operator sets the "exclusive" behavior mode,
|
|
meaning that it will exclude all specified components (and implicitly
|
|
include all others). If the negation operator is not specified, the
|
|
"inclusive" mode is assumed, meaning that all specified components
|
|
will be included (and implicitly exclude all others).
|
|
|
|
For example, "^a,b" specifies the exclusive behavior and means "use
|
|
all components *except* a and b", while "c,d" specifies the inclusive
|
|
behavior and means "use *only* components c and d."
|
|
|
|
You cannot mix inclusive and exclusive behavior.
|
|
#
|
|
[internal error during init]
|
|
An internal error has occurred during the startup of PMIx. This
|
|
is highly unusual and shouldn't happen.
|
|
|
|
The following message may provide additional insight into the error:
|
|
|
|
Failure at: %s (%s:%d)
|
|
Error: %d (%s)
|
|
#
|
|
[show_load_errors: too many /]
|
|
The pmix_mca_base_component_show_load_errors MCA variable cannot
|
|
contain a token that has more than one "/" character in it.
|
|
|
|
The pmix_mca_base_component_show_load_errors MCA variable can only
|
|
contain the values: all, none, or a comma-delimited list of tokens in
|
|
the form of "framework" or "framework/component".
|
|
|
|
Erroneous value: %s
|
|
#
|
|
[failed to add component dir]
|
|
The pmix_mca_base_component_path MCA variable was used to add paths to
|
|
search for PMIx components. At least one directory failed to add
|
|
properly:
|
|
|
|
%s
|
|
|
|
Check to make sure that this directory exists, is readable, etc.
|