dadca7da88
This merge adds Checkpoint/Restart support to Open MPI. The initial frameworks and components support a LAM/MPI-like implementation. This commit follows the risk assessment presented to the Open MPI core development group on Feb. 22, 2007. This commit closes trac:158 More details to follow. This commit was SVN r14051. The following SVN revisions from the original message are invalid or inconsistent and therefore were not cross-referenced: r13912 The following Trac tickets were found above: Ticket 158 --> https://svn.open-mpi.org/trac/ompi/ticket/158
74 строки
2.1 KiB
Plaintext
74 строки
2.1 KiB
Plaintext
# -*- text -*-
|
|
#
|
|
# Copyright (c) 2004-2007 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$
|
|
#
|
|
# This is the US/English general help file for Open RTE's orted launcher.
|
|
#
|
|
|
|
[odls-default:could-not-kill]
|
|
WARNING: A process refused to die!
|
|
|
|
Host: %s
|
|
PID: %d
|
|
|
|
This process may still be running and/or consuming resources.
|
|
|
|
[odls-default:could-not-send-kill]
|
|
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.
|
|
|
|
[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.
|
|
|
|
[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.
|