77 lines
2.0 KiB
Plaintext
77 lines
2.0 KiB
Plaintext
# -*- text -*-
|
|
#
|
|
# Copyright (c) 2009 Cisco Systems, Inc. All rights reserved.
|
|
# Copyright (c) 2017 Intel, Inc. All rights reserved.
|
|
# Copyright (c) 2021 Oak Ridge National Laboratory. All rights reserved.
|
|
# Copyright (c) 2023 Nanook Consulting All rights reserved.
|
|
# $COPYRIGHT$
|
|
#
|
|
# Additional copyrights may follow
|
|
#
|
|
# $HEADER$
|
|
#
|
|
# This is the US/English general help file for PMIx.
|
|
#
|
|
[malformed net_private_ipv4]
|
|
PMIx 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
|
|
|
|
The first detected malformed entry was %s.
|
|
#
|
|
[invalid-net-mask]
|
|
PMIx has detected a malformed IPv4 address or netmask:
|
|
|
|
Value provided: %s
|
|
|
|
Accepted values follow the Classless Inter-Domain
|
|
Routing (CIDR) notation specifications. For example:
|
|
|
|
10.0.0.0/8
|
|
172.16/12
|
|
192.168
|
|
169.254.0.0/16
|
|
#
|
|
[malformed-uri]
|
|
PMIx 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 PMIx URI, all files must be specified in absolute paths:
|
|
|
|
Value provided: %s
|
|
|
|
Please update your application to provide the full path to the file.
|
|
#
|
|
[dir-mode]
|
|
While working through a directory tree, PMIx was 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]
|
|
PMIx detected 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.
|
|
[unlink-error]
|
|
We attempted to remove a file, but were unable to do so:
|
|
|
|
Path: %s
|
|
Error: %s
|