# -*- text -*-
#
# Copyright (c) 2004-2007 The Trustees of Indiana University and Indiana
#                         University Research and Technology
#                         Corporation.  All rights reserved.
# Copyright (c) 2010      Cisco Systems, Inc.  All rights reserved.
# Copyright (c) 2014      Research Organization for Information Science
#                         and Technology (RIST). All rights reserved.
# Copyright (c) 2017-2019 Intel, Inc.  All rights reserved.
# Copyright (c) 2025      Nanook Consulting  All rights reserved.
# $COPYRIGHT$
#
# Additional copyrights may follow
#
# $HEADER$
#
# This is the US/English general help file for Open RTE's ODLS Framework
#

#
[fork-agent-not-found]
The specified fork agent was not found:

  Node:        %s
  Fork agent:  %s

The application cannot be launched.
#
[execve error]
PMIx tried to fork a new process via the "execve" system call but
failed.  PMIx checks many things before attempting to launch a
child process, but nothing is perfect. This error may be indicative
of another problem on the target host, or even something as silly as
having specified a directory for your application.

  Local host:        %s
  Working dir:       %s
  Application name:  %s
  Error:             %s
#
[child-setup-failed]
PMIx was unable to set up the standard I/O for a child process prior to
launching it.  The child process was not started.

  Local host:        %s
  Application name:  %s
  Error:             %s
#
[wdir-not-found]
PMIx was unable to change to the requested working directory prior to
launching a child process.  The child process was not started.

  Local host:        %s
  Working dir:       %s
  Error:             %s
