2004-09-05 16:05:37 +00:00
|
|
|
# -*- text -*-
|
|
|
|
#
|
2005-11-05 19:57:48 +00: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.
|
2015-06-23 20:59:57 -07:00
|
|
|
# Copyright (c) 2004-2005 High Performance Computing Center Stuttgart,
|
2004-11-28 20:09:25 +00:00
|
|
|
# University of Stuttgart. All rights reserved.
|
2005-03-24 12:43:37 +00:00
|
|
|
# Copyright (c) 2004-2005 The Regents of the University of California.
|
|
|
|
# All rights reserved.
|
2015-10-13 16:44:48 -04:00
|
|
|
# Copyright (c) 2007-2015 Cisco Systems, Inc. All rights reserved.
|
2013-03-01 19:13:06 +00:00
|
|
|
# Copyright (c) 2013 NVIDIA Corporation. All rights reserved.
|
2004-11-22 01:38:40 +00:00
|
|
|
# $COPYRIGHT$
|
2015-06-23 20:59:57 -07:00
|
|
|
#
|
2004-11-22 01:38:40 +00:00
|
|
|
# Additional copyrights may follow
|
2015-06-23 20:59:57 -07:00
|
|
|
#
|
2004-09-05 16:05:37 +00:00
|
|
|
# $HEADER$
|
|
|
|
#
|
|
|
|
# This is the US/English general help file for Open MPI.
|
|
|
|
#
|
|
|
|
[mpi_init:startup:internal-failure]
|
|
|
|
It looks like %s failed for some reason; your parallel process is
|
|
|
|
likely to abort. There are many reasons that a parallel process can
|
|
|
|
fail during %s; 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
|
2005-10-17 20:47:44 +00:00
|
|
|
--> Returned "%s" (%d) instead of "Success" (0)
|
2010-03-14 00:09:55 +00:00
|
|
|
#
|
|
|
|
[mpi_init:startup:pml-add-procs-fail]
|
|
|
|
MPI_INIT has failed because at least one MPI process is unreachable
|
|
|
|
from another. This *usually* means that an underlying communication
|
|
|
|
plugin -- such as a BTL or an MTL -- has either not loaded or not
|
|
|
|
allowed itself to be used. Your MPI job will now abort.
|
|
|
|
|
|
|
|
You may wish to try to narrow down the problem;
|
|
|
|
|
|
|
|
* Check the output of ompi_info to see which BTL/MTL plugins are
|
|
|
|
available.
|
|
|
|
* Run your application with MPI_THREAD_SINGLE.
|
|
|
|
* Set the MCA parameter btl_base_verbose to 100 (or mtl_base_verbose,
|
|
|
|
if using MTL-based communications) to see exactly which
|
|
|
|
communication plugins were considered and/or discarded.
|
|
|
|
#
|
2005-08-01 22:38:17 +00:00
|
|
|
[mpi-param-check-enabled-but-compiled-out]
|
|
|
|
WARNING: The MCA parameter mpi_param_check has been set to true, but
|
|
|
|
parameter checking has been compiled out of Open MPI. The
|
|
|
|
mpi_param_check value has therefore been ignored.
|
2015-10-11 07:31:47 -05:00
|
|
|
#
|
|
|
|
[mpi_init: invoked multiple times]
|
|
|
|
Open MPI has detected that this process has attempted to initialize
|
|
|
|
MPI (via MPI_INIT or MPI_INIT_THREAD) more than once. This is
|
|
|
|
erroneous.
|
|
|
|
#
|
|
|
|
[mpi_init: already finalized]
|
|
|
|
Open MPI has detected that this process has attempted to initialize
|
|
|
|
MPI (via MPI_INIT or MPI_INIT_THREAD) after MPI_FINALIZE has been
|
|
|
|
called. This is erroneous.
|
|
|
|
#
|
|
|
|
[mpi_finalize: not initialized]
|
|
|
|
The function MPI_FINALIZE was invoked before MPI was initialized in a
|
|
|
|
process on host %s, PID %d.
|
|
|
|
|
|
|
|
This indicates an erroneous MPI program; MPI must be initialized
|
|
|
|
before it can be finalized.
|
|
|
|
#
|
2006-04-13 17:00:36 +00:00
|
|
|
[mpi_finalize:invoked_multiple_times]
|
|
|
|
The function MPI_FINALIZE was invoked multiple times in a single
|
2015-06-23 20:59:57 -07:00
|
|
|
process on host %s, PID %d.
|
2006-04-13 17:00:36 +00:00
|
|
|
|
|
|
|
This indicates an erroneous MPI program; MPI_FINALIZE is only allowed
|
|
|
|
to be invoked exactly once in a process.
|
2011-03-07 16:45:45 +00:00
|
|
|
#
|
2007-08-04 00:41:26 +00:00
|
|
|
[sparse groups enabled but compiled out]
|
|
|
|
WARNING: The MCA parameter mpi_use_sparse_group_storage has been set
|
|
|
|
to true, but sparse group support was not compiled into Open MPI. The
|
|
|
|
mpi_use_sparse_group_storage value has therefore been ignored.
|
2008-04-30 19:49:53 +00:00
|
|
|
#
|
|
|
|
[heterogeneous-support-unavailable]
|
|
|
|
This installation of Open MPI was configured without support for
|
|
|
|
heterogeneous architectures, but at least one node in the allocation
|
|
|
|
was detected to have a different architecture. The detected node was:
|
|
|
|
|
|
|
|
Node: %s
|
|
|
|
|
|
|
|
In order to operate in a heterogeneous environment, please reconfigure
|
|
|
|
Open MPI with --enable-heterogeneous.
|
2008-08-06 14:22:03 +00:00
|
|
|
#
|
2013-03-01 19:13:06 +00:00
|
|
|
[no cuda support]
|
|
|
|
The user requested CUDA support with the --mca mpi_cuda_support 1 flag
|
|
|
|
but the library was not compiled with any support.
|