d66632fdc9
outside the boundaries of the allocated array. However, the problem is still there. If we have rmaps file containing only partial information the num_procs get set to the wrong value (the number of hosts in the rmaps file instead of the number of processes requested on the command line). This commit was SVN r21686.
66 строки
2.3 KiB
Plaintext
66 строки
2.3 KiB
Plaintext
# -*- text -*-
|
|
#
|
|
# 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.
|
|
# 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
|
|
--> Returned value %s (%d) instead of ORTE_SUCCESS
|
|
#
|
|
#
|
|
[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
|
|
|
|
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.
|
|
#
|
|
#
|
|
[orte_nidmap:file-cant-open]
|
|
Unable to open the file that was to contain the cluster's profile. The file
|
|
name we were given was:
|
|
|
|
FILE: %s
|
|
|
|
Please check to ensure this file exists and has appropriate read permissions.
|
|
#
|
|
[orte_nidmap:unable-read-file]
|
|
An error occurred while trying to read the file containing the cluster's profile.
|
|
The file we were reading was:
|
|
|
|
FILE: %s
|
|
|
|
Please check that this file was correctly generated.
|
|
#
|
|
[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.
|