814a8f5e0f
(now works on both big and little endian machines) * Be a little more flexible when looking for active devices in btl_openib_component.c * Add device name and port number to lots of verbose and help messages * Add a bunch of verbose messages to give insight into what is occurring during all the CPC wireups This commit was SVN r21418.
43 строки
1.2 KiB
Plaintext
43 строки
1.2 KiB
Plaintext
# -*- text -*-
|
|
#
|
|
# Copyright (c) 2008-2009 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
|
|
Local port: %d
|
|
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_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
|
|
Local port: %d
|
|
Requested value: %d
|
|
Value used by device: %d
|