# -*- 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-2025 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
#
[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
#
[failed-file-open]
An attempt was made to open a shared memory backing file, but the
attempt failed:

  File:  %s
  Error: %s

The PMIx shared memory subsystem will be disabled, but your job will
continue by using the "hash" subsystem.
#
[duplicate-filename]
The provided project show-help data array cannot be added as it
contains a filename that matches one already in the system:

  Project1: %s
  Project2: %s
  Filename: %s
