2005-10-05 17:56:35 +04:00
|
|
|
# -*- text -*-
|
|
|
|
#
|
2005-11-05 22:57:48 +03:00
|
|
|
# Copyright (c) 2004-2005 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.
|
2005-10-05 17:56:35 +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$
|
|
|
|
#
|
|
|
|
# This is the US/English general help file for Open MPI.
|
|
|
|
#
|
|
|
|
[orte_init:startup:internal-failure]
|
|
|
|
It looks like orte_init failed for some reason; your parallel process is
|
|
|
|
likely to abort. There are many reasons that a parallel process can
|
|
|
|
fail during orte_init; some of which are due to configuration or
|
|
|
|
environment problems. This failure appears to be an internal failure;
|
|
|
|
here's some additional information (which may only be relevant to an
|
|
|
|
Open MPI developer):
|
|
|
|
|
|
|
|
%s failed
|
2007-04-25 00:53:54 +04:00
|
|
|
--> Returned value %s (%d) instead of ORTE_SUCCESS
|
2008-06-24 21:50:56 +04:00
|
|
|
#
|
|
|
|
#
|
|
|
|
[orte:session:dir:prohibited]
|
|
|
|
The specified location for the temporary directories required by Open MPI
|
|
|
|
is on the list of prohibited locations:
|
|
|
|
|
|
|
|
Location given: %s
|
|
|
|
Prohibited locations: %s
|
2005-10-05 17:56:35 +04:00
|
|
|
|
2008-06-24 21:50:56 +04:00
|
|
|
If you believe this is in error, please contact your system administrator
|
|
|
|
to have the list of prohibited locations changed. Otherwise, please identify
|
|
|
|
a different location to be used (use -h to see the cmd line option), or
|
|
|
|
simply let the system pick a default location.
|
2009-01-07 17:58:38 +03:00
|
|
|
#
|
2013-06-20 08:30:42 +04:00
|
|
|
[orte:session:dir:nopwname]
|
2013-06-20 17:19:23 +04:00
|
|
|
Open MPI was unable to obtain the username in order to create a path
|
|
|
|
for its required temporary directories. This type of error is usually
|
|
|
|
caused by a transient failure of network-based authentication services
|
|
|
|
(e.g., LDAP or NIS failure due to network congestion), but can also be
|
|
|
|
an indication of system misconfiguration.
|
2013-06-20 08:30:42 +04:00
|
|
|
|
2013-06-20 17:19:23 +04:00
|
|
|
Please consult your system administrator about these issues and try
|
|
|
|
again.
|
2009-01-07 17:58:38 +03:00
|
|
|
#
|
2009-07-15 23:36:53 +04:00
|
|
|
[orte_nidmap:too_many_nodes]
|
|
|
|
An error occurred while trying to pack the information about the job. More nodes
|
|
|
|
have been found than the %d expected. Please check your configuration files such
|
|
|
|
as the mapping.
|