2009-03-20 04:05:30 +03:00
|
|
|
# -*- text -*-
|
|
|
|
#
|
|
|
|
# Copyright (c) 2009 Cisco Systems, Inc. All rights reserved.
|
2017-01-18 23:05:47 +03:00
|
|
|
# Copyright (c) 2017 Intel, Inc. All rights reserved.
|
2009-03-20 04:05:30 +03:00
|
|
|
# $COPYRIGHT$
|
|
|
|
#
|
|
|
|
# Additional copyrights may follow
|
|
|
|
#
|
|
|
|
# $HEADER$
|
|
|
|
#
|
|
|
|
# This is the US/English general help file for Open MPI.
|
|
|
|
#
|
|
|
|
[stacktrace signal override]
|
2009-03-23 21:05:34 +03:00
|
|
|
Open MPI was inserting a signal handler for signal %d but noticed
|
|
|
|
that there is already a non-default handler installed. Open MPI's
|
2009-03-20 04:05:30 +03:00
|
|
|
handler was therefore not installed; your job will continue. This
|
|
|
|
warning message will only be displayed once, even if Open MPI
|
|
|
|
encounters this situation again.
|
|
|
|
|
|
|
|
To avoid displaying this warning message, you can either not install
|
|
|
|
the error handler for signal %d or you can have Open MPI not try to
|
|
|
|
install its own signal handler for this signal by setting the
|
|
|
|
"opal_signals" MCA parameter.
|
|
|
|
|
|
|
|
Signal: %d
|
2009-04-09 20:13:07 +04:00
|
|
|
Current opal_signal value: %s
|
2013-03-20 19:30:59 +04:00
|
|
|
#
|
|
|
|
[stacktrace bad signal]
|
|
|
|
Open MPI was inserting a signal handler but was given an invalid
|
|
|
|
signal number:
|
|
|
|
|
|
|
|
Signal string: %s
|
|
|
|
Bad value: %s
|
|
|
|
|
|
|
|
The given value must be an integer within the signal number
|
|
|
|
range. Please correct the value and try again.
|
|
|
|
#
|
2011-06-06 07:08:02 +04:00
|
|
|
[malformed net_private_ipv4]
|
2009-07-09 15:58:31 +04:00
|
|
|
Open MPI has detected at least one malformed IP address or netmask in
|
|
|
|
the value of the opal_net_private_ipv4 MCA parameter. The
|
|
|
|
opal_net_private_ipv4 MCA parameter accepts a semicolon-delimited list
|
|
|
|
of Classless Inter-Domain Routing (CIDR) notation specifications, each
|
|
|
|
of the form <ipaddress>/<mask>. For example:
|
|
|
|
|
|
|
|
10.0.0.0/8;172.16.0.0/12;192.168.0.0/16;169.254.0.0/16
|
|
|
|
|
2011-06-07 05:27:08 +04:00
|
|
|
The first detected malformed entry was %s.
|
2011-06-05 23:16:42 +04:00
|
|
|
#
|
|
|
|
[invalid-net-mask]
|
2011-06-07 06:09:11 +04:00
|
|
|
Open MPI has detected a malformed IPv4 address or netmask:
|
|
|
|
|
|
|
|
Value provided: %s
|
2011-06-05 23:16:42 +04:00
|
|
|
|
2011-06-07 06:09:11 +04:00
|
|
|
Accepted values follow the Classless Inter-Domain
|
|
|
|
Routing (CIDR) notation specifications. For example:
|
2011-06-05 23:16:42 +04:00
|
|
|
|
2011-06-07 06:09:11 +04:00
|
|
|
10.0.0.0/8
|
|
|
|
172.16/12
|
|
|
|
192.168
|
|
|
|
169.254.0.0/16
|
2012-10-25 21:15:17 +04:00
|
|
|
#
|
|
|
|
[malformed-uri]
|
|
|
|
Open MPI has detected a malformed URI:
|
|
|
|
|
|
|
|
URI: %s
|
|
|
|
|
|
|
|
Accepted values follow IETF RFC3986, e.g. file://192.168.1.1/over/there
|
|
|
|
#
|
|
|
|
[relative-path]
|
|
|
|
When creating a URI, all files must be specified in absolute paths:
|
|
|
|
|
|
|
|
Value provided: %s
|
|
|
|
|
|
|
|
Please update your application to provide the full path to the file.
|
2013-04-04 20:00:17 +04:00
|
|
|
#
|
|
|
|
[sys-limit-failed]
|
|
|
|
Per request, Open MPI attempted to set a system resource
|
|
|
|
limit to a given value:
|
|
|
|
|
|
|
|
Resource: %s
|
|
|
|
Limit: %s
|
|
|
|
|
|
|
|
The system has refused to allow this operation. This is likely
|
|
|
|
due to a permission limitation, or specifying an unsupported
|
|
|
|
value. Please check the system or remove the request and try
|
|
|
|
again.
|
|
|
|
#
|
|
|
|
[sys-limit-unrecognized]
|
|
|
|
Open MPI received a request to set a system resource limit.
|
|
|
|
Sadly, OMPI does not recognize or currently support the specified
|
|
|
|
resource:
|
|
|
|
|
|
|
|
Resource: %s
|
|
|
|
Limit: %s
|
|
|
|
|
|
|
|
Please correct the request and try again.
|
2017-01-18 23:05:47 +03:00
|
|
|
#
|
|
|
|
[dir-mode]
|
|
|
|
While working through a directory tree, we were unable to set
|
|
|
|
a directory to the desired mode:
|
|
|
|
|
|
|
|
Directory: %s
|
|
|
|
Mode: %0x
|
|
|
|
Error: %s
|
|
|
|
|
|
|
|
Please check to ensure you have adequate permissions to perform
|
|
|
|
the desired operation.
|
|
|
|
#
|
|
|
|
[mkdir-failed]
|
|
|
|
A call to mkdir was unable to create the desired directory:
|
|
|
|
|
|
|
|
Directory: %s
|
|
|
|
Error: %s
|
|
|
|
|
|
|
|
Please check to ensure you have adequate permissions to perform
|
|
|
|
the desired operation.
|