2005-09-30 14:30:21 +00:00
|
|
|
# -*- text -*-
|
|
|
|
#
|
2007-03-16 23:11:45 +00:00
|
|
|
# Copyright (c) 2004-2007 The Trustees of Indiana University and Indiana
|
2005-11-05 19:57:48 +00:00
|
|
|
# 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.
|
2005-09-30 14:30:21 +00:00
|
|
|
# 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$
|
|
|
|
#
|
2006-09-14 21:29:51 +00:00
|
|
|
# This is the US/English general help file for Open RTE's orted launcher.
|
2005-09-30 14:30:21 +00:00
|
|
|
#
|
|
|
|
|
2006-09-14 21:29:51 +00:00
|
|
|
[odls-default:could-not-kill]
|
2006-02-16 20:40:23 +00:00
|
|
|
WARNING: A process refused to die!
|
|
|
|
|
|
|
|
Host: %s
|
|
|
|
PID: %d
|
2005-09-30 14:30:21 +00:00
|
|
|
|
2006-02-16 20:40:23 +00:00
|
|
|
This process may still be running and/or consuming resources.
|
2006-07-05 21:38:23 +00:00
|
|
|
|
2006-09-14 21:29:51 +00:00
|
|
|
[odls-default:could-not-send-kill]
|
2006-07-05 21:38:23 +00:00
|
|
|
WARNING: A process refused the kill SIGTERM signal!
|
|
|
|
This should never happen unless the application is changing the
|
|
|
|
parent/child relationship permissions.
|
|
|
|
|
|
|
|
Host: %s
|
|
|
|
PID: %d
|
|
|
|
Errno: %d
|
|
|
|
|
|
|
|
This process may still be running and/or consuming resources.
|
2006-10-11 18:43:13 +00:00
|
|
|
|
2007-03-16 23:11:45 +00:00
|
|
|
[orte-pls-fork:could-not-preload-binary]
|
|
|
|
WARNING: Could not preload the binary file.
|
|
|
|
|
|
|
|
Binary: %s
|
|
|
|
|
|
|
|
Will continue attempting to launch the process.
|
|
|
|
[orte-pls-fork:could-not-preload-files]
|
|
|
|
WARNING: Could not preload the files specified.
|
|
|
|
|
|
|
|
Fileset: %s
|
|
|
|
|
|
|
|
Will continue attempting to launch the process.
|
|
|
|
[orte-pls-fork:could-not-preload]
|
|
|
|
WARNING: Could not preload the requested files and directories.
|
|
|
|
|
|
|
|
Fileset: %s
|
|
|
|
|
|
|
|
Will continue attempting to launch the process.
|
|
|
|
|
|
|
|
[orte-pls-fork:preload-file-exists]
|
|
|
|
WARNING: Could not preload specified file: File already exists.
|
|
|
|
|
|
|
|
Fileset: %s
|
|
|
|
Host: %s
|
|
|
|
|
|
|
|
Will continue attempting to launch the process.
|
|
|
|
|
2006-10-11 18:43:13 +00:00
|
|
|
[orte-odls-default:execv-error]
|
|
|
|
Could not execute the executable "%s": %s
|
|
|
|
|
|
|
|
This could mean that your PATH or executable name is wrong, or that you do not
|
|
|
|
have the necessary permissions. Please ensure that the executable is able to be
|
|
|
|
found and executed.
|