2005-09-30 18:30:21 +04:00
|
|
|
# -*- text -*-
|
|
|
|
#
|
2006-02-16 23:40:23 +03:00
|
|
|
# Copyright (c) 2004-2006 The Trustees of Indiana University and Indiana
|
2005-11-05 22:57:48 +03: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 18:30:21 +04: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-15 01:29:51 +04:00
|
|
|
# This is the US/English general help file for Open RTE's orted launcher.
|
2005-09-30 18:30:21 +04:00
|
|
|
#
|
2006-09-15 01:29:51 +04:00
|
|
|
[odls-default:chdir-error]
|
2006-02-16 23:40:23 +03:00
|
|
|
Failed to change to the working directory:
|
2005-09-30 18:30:21 +04:00
|
|
|
|
2006-02-16 23:40:23 +03:00
|
|
|
Host: %s
|
|
|
|
Directory: %s
|
2005-09-30 18:30:21 +04:00
|
|
|
|
2006-02-16 23:40:23 +03:00
|
|
|
The error returned was "%s". Execution will now abort.
|
2006-09-15 01:29:51 +04:00
|
|
|
[odls-default:argv0-not-accessible]
|
2006-02-16 23:40:23 +03:00
|
|
|
Failed to find or execute the following executable:
|
|
|
|
|
|
|
|
Host: %s
|
|
|
|
Executable: %s
|
|
|
|
|
|
|
|
Cannot continue.
|
2006-09-15 01:29:51 +04:00
|
|
|
[odls-default:could-not-kill]
|
2006-02-16 23:40:23 +03:00
|
|
|
WARNING: A process refused to die!
|
|
|
|
|
|
|
|
Host: %s
|
|
|
|
PID: %d
|
2005-09-30 18:30:21 +04:00
|
|
|
|
2006-02-16 23:40:23 +03:00
|
|
|
This process may still be running and/or consuming resources.
|
2006-07-06 01:38:23 +04:00
|
|
|
|
2006-09-15 01:29:51 +04:00
|
|
|
[odls-default:could-not-send-kill]
|
2006-07-06 01:38:23 +04: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.
|