2008-05-02 15:52:33 +04:00
|
|
|
# -*- text -*-
|
|
|
|
#
|
2009-06-11 21:30:30 +04:00
|
|
|
# Copyright (c) 2008-2009 Cisco Systems, Inc. All rights reserved.
|
2008-05-02 15:52:33 +04:00
|
|
|
# $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.
|
|
|
|
|
2008-07-23 04:28:59 +04:00
|
|
|
Local host: %s
|
|
|
|
Local device: %s
|
2009-06-11 21:30:30 +04:00
|
|
|
Local port: %d
|
2008-07-23 04:28:59 +04:00
|
|
|
CPCs attempted: %s
|
2008-05-02 15:52:33 +04:00
|
|
|
#
|
|
|
|
[cpc name not found]
|
|
|
|
An invalid CPC name was specified via the btl_openib_cpc_%s MCA
|
|
|
|
parameter.
|
|
|
|
|
2008-07-23 04:28:59 +04:00
|
|
|
Local host: %s
|
|
|
|
btl_openib_cpc_%s value: %s
|
|
|
|
Invalid name: %s
|
|
|
|
All possible valid names: %s
|
2008-06-25 00:40:03 +04:00
|
|
|
#
|
|
|
|
[inline truncated]
|
2009-03-20 04:44:40 +03:00
|
|
|
WARNING: The btl_openib_max_inline_data MCA parameter was used to
|
2008-06-25 00:40:03 +04:00
|
|
|
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
|
2009-06-11 21:30:30 +04:00
|
|
|
Local port: %d
|
2008-06-25 00:40:03 +04:00
|
|
|
Requested value: %d
|
|
|
|
Value used by device: %d
|
2011-09-20 01:12:22 +04:00
|
|
|
#
|
|
|
|
[ibv_create_qp failed]
|
|
|
|
A process failed to create a queue pair. This usually means either
|
2012-07-27 00:36:46 +04:00
|
|
|
the device has run out of queue pairs (too many connections) or
|
|
|
|
there are insufficient resources available to allocate a queue pair
|
|
|
|
(out of memory). The latter can happen if either 1) insufficient
|
|
|
|
memory is available, or 2) no more physical memory can be registered
|
|
|
|
with the device.
|
|
|
|
|
|
|
|
For more information on memory registration see the Open MPI FAQs at:
|
|
|
|
http://www.open-mpi.org/faq/?category=openfabrics#ib-locked-pages
|
2011-09-20 01:12:22 +04:00
|
|
|
|
|
|
|
Local host: %s
|
|
|
|
Local device: %s
|
|
|
|
Queue pair type: %s
|