
argv[0] and the cwd on the target node (i.e., the node where the executable will be running in all systems except BProc, where the searches are run on the node where orterun is invoked). - fork pls now does cwd and argv[0] search in orted - bproc pls does cwd and argv[0] search in orterun - cwd behavior slightly different: - if user specifies a -wdir to orterun, we chdir() to there; if we can't for some reason, abort - if user does not specify a -wdir, try to chdir() to the dir where orterun was invoked. If we can't for some reason (e.g., it doesn't exist on the target node), then try to chdir($HOME). If we can't do that, then just live with whatever default directory we were put in. This commit was SVN r9068.
46 строки
1.3 KiB
Plaintext
46 строки
1.3 KiB
Plaintext
# -*- text -*-
|
|
#
|
|
# Copyright (c) 2004-2006 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$
|
|
#
|
|
# Additional copyrights may follow
|
|
#
|
|
# $HEADER$
|
|
#
|
|
[no-available-pls]
|
|
No available launching agents were found.
|
|
|
|
This is an unusual error; it means that Open RTE was unable to find
|
|
any mechanism to launch proceses, and therefore is unable start the
|
|
process(es) in your application.
|
|
[chdir-error]
|
|
Failed to change to the working directory:
|
|
|
|
Host: %s
|
|
Directory: %s
|
|
|
|
The error returned was "%s". Execution will now abort.
|
|
[argv0-not-found]
|
|
Failed to find the following executable:
|
|
|
|
Host: %s
|
|
Executable: %s
|
|
|
|
Cannot continue.
|
|
[argv0-not-accessible]
|
|
Failed to find or execute the following executable:
|
|
|
|
Host: %s
|
|
Executable: %s
|
|
|
|
Cannot continue.
|