2f208f885c
"!OpenFabrics" / neutral (i.e., refer to IB and/or iWARP). * Mostly just type, variable/field, and funcion name changes, such as s/hca/device/g, etc. * Changed the INI file for the hardware-specific parameters to be mca-btl-openib-device-params.ini. * Updated a lot of help messages in the help-*.txt files, not just to update it to be !OpenFabrics/neutral language, but also for some consistency of tone, indenting, etc. * Deprecated a bunch of MCA params in favor of language-neutral new ones: * btl_openib_warn_no_hca_params_found (s/hca/device/) * btl_openib_hca_param_files * btl_openib_ib_cq_size (s/_ib_/_of_/) * btl_openib_ib_max_inline_data * btl_openib_ib_psn * btl_openib_ib_mtu * btl_openib_ib_pkey_ix * btl_openib_ib_pkey_val This commit was SVN r18985. The following Trac tickets were found above: Ticket 1295 --> https://svn.open-mpi.org/trac/ompi/ticket/1295
37 строки
959 B
Plaintext
37 строки
959 B
Plaintext
# -*- text -*-
|
|
#
|
|
# Copyright (c) 2008 Cisco Systems, Inc. All rights reserved.
|
|
# $COPYRIGHT$
|
|
#
|
|
# Additional copyrights may follow
|
|
#
|
|
# $HEADER$
|
|
#
|
|
# This is the US/English help file for Open MPI's OpenFabrics IB CM
|
|
# support (the openib BTL).
|
|
#
|
|
[unhandled error]
|
|
The InfiniBand Connection Manager (IBCM) received an unexpected error
|
|
when it attempted to send a connection %s. Your MPI job is
|
|
likely to hang or crash; sorry.
|
|
|
|
Local host: %s
|
|
Error code: %d
|
|
#
|
|
[timeout not found]
|
|
The InfiniBand Connection Manager (IBCM) timed out when sending a
|
|
connection %s, but Open MPI was unable to find a matching send
|
|
request. This should not happen. Your MPI job is likely to hang or
|
|
crash; sorry.
|
|
|
|
Local host: %s
|
|
Host: %s
|
|
#
|
|
[cannot raise btl error]
|
|
|
|
The InfiniBand Connection Manager (IBCM) failed in some way, but is
|
|
unable to find a way to raise an error properly. This should not
|
|
happen. Your MPI job is likely to crash or hang, sorry.
|
|
|
|
Local host: %s
|