e5504859d2
* Show the help message for all errors, not just EINVAL * Put the help message in the correct helpfile * Fix grammar and spelling, and expand the help message cmr=v1.7.5:ticket=trac:4431 This commit was SVN r31173. The following SVN revision numbers were found above: r31172 --> open-mpi/ompi@3e51d28b97 The following Trac tickets were found above: Ticket 4431 --> https://svn.open-mpi.org/trac/ompi/ticket/4431
24 строки
800 B
Plaintext
24 строки
800 B
Plaintext
# -*- text -*-
|
|
#
|
|
# Copyright (c) 2013 Mellanox Technologies, Inc.
|
|
# All rights reserved.
|
|
# $COPYRIGHT$
|
|
#
|
|
# Additional copyrights may follow
|
|
#
|
|
# $HEADER$
|
|
#
|
|
# This is the US/English help file for Open SHMEM MCA error messages.
|
|
#
|
|
[find-available:none-found]
|
|
No available %s components were found!
|
|
|
|
This means that there are no components of this type installed on your
|
|
system or all the components reported that they could not be used.
|
|
|
|
This is a fatal error; your SHMEM process is likely to abort. Check the
|
|
output of the "ompi_info" command and ensure that components of this
|
|
type are available on your system. You may also wish to check the
|
|
value of the "component_path" MCA parameter and ensure that it has at
|
|
least one directory that contains valid MCA components.
|