![Ralph Castain](/assets/img/avatar_default.png)
NOTE: MPI fault recovery remains unavailable pending merge from Josh. This only covers ORTE-level processes. This commit was SVN r23335.
43 строки
1.1 KiB
Plaintext
43 строки
1.1 KiB
Plaintext
-*- text -*-
|
|
#
|
|
# Copyright (c) 2010 Cisco Systems, Inc. All rights reserved.
|
|
#
|
|
# $COPYRIGHT$
|
|
#
|
|
# Additional copyrights may follow
|
|
#
|
|
# $HEADER$
|
|
#
|
|
# This is the US/English general help file for ORTE Errmgr HNP module.
|
|
#
|
|
[errmgr-hnp:unknown-job-error]
|
|
An error has occurred in an unknown job. This generally should not happen
|
|
except due to an internal ORTE error.
|
|
|
|
Job state: %s
|
|
|
|
This information should probably be reported to the OMPI developers.
|
|
#
|
|
[errmgr-hnp:daemon-died]
|
|
The system has lost communication with the following daemon:
|
|
|
|
Daemon: %s
|
|
Node: %s
|
|
|
|
The reason for the lost communication channel is unknown. Possible
|
|
reasons include failure of the daemon itself, failure of the
|
|
connecting fabric/switch, and loss of the host node. Please
|
|
check with your system administrator to try and determine the
|
|
source of the problem.
|
|
|
|
Your job is being terminated as a result.
|
|
#
|
|
[errmgr-hnp:cannot-relocate]
|
|
The system is unable to relocate the specified process:
|
|
|
|
Process: %s
|
|
|
|
because the application for that process could not be found. This
|
|
appears to be a system error. Please report it to the ORTE
|
|
developers.
|