2004-09-05 16:05:37 +00:00
|
|
|
# -*- text -*-
|
|
|
|
#
|
2004-11-22 01:38:40 +00:00
|
|
|
# Copyright (c) 2004-2005 The Trustees of Indiana University.
|
|
|
|
# All rights reserved.
|
|
|
|
# Copyright (c) 2004-2005 The Trustees of the University of Tennessee.
|
|
|
|
# All rights reserved.
|
2004-11-28 20:09:25 +00:00
|
|
|
# Copyright (c) 2004-2005 High Performance Computing Center Stuttgart,
|
|
|
|
# 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.
|
2004-11-22 01:38:40 +00:00
|
|
|
# $COPYRIGHT$
|
|
|
|
#
|
|
|
|
# Additional copyrights may follow
|
|
|
|
#
|
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
|
|
|
|
--> Returned value %d instead of OMPI_SUCCESS
|
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.
|