
"!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
41 строка
1.1 KiB
Plaintext
41 строка
1.1 KiB
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 CPC
|
|
# support.
|
|
#
|
|
[no cpcs for port]
|
|
No OpenFabrics connection schemes reported that they were able to be
|
|
used on a specific port. As such, the openib BTL (OpenFabrics
|
|
support) will be disabled for this port.
|
|
|
|
Local host: %s
|
|
Local device: %s
|
|
CPCs attempted: %s
|
|
#
|
|
[cpc name not found]
|
|
An invalid CPC name was specified via the btl_openib_cpc_%s MCA
|
|
parameter.
|
|
|
|
Local host: %s
|
|
btl_openib_cpc_%s value: %s
|
|
Invalid name: %s
|
|
All possible valid names: %s
|
|
#
|
|
[inline truncated]
|
|
WARNING: The btl_openib_ib_max_inline_data MCA parameter was used to
|
|
specify how much inline data should be used, but a device reduced this
|
|
value. This is not an error; it simply means that your run will use
|
|
a smaller inline data value than was requested.
|
|
|
|
Local host: %s
|
|
Local device: %s
|
|
Requested value: %d
|
|
Value used by device: %d
|