74ab30b738
Do not allow combination of transports that is not compliant with shmem spec. Especially do not allow mix of hw and software atomic ops Issue: 4721 Change-Id: Ide382f7510495df3d385f2a5ae5f9def6ef5332c
52 строки
910 B
Plaintext
52 строки
910 B
Plaintext
#
|
|
# Copyright (c) 2013 Mellanox Technologies, Inc.
|
|
# All rights reserved.
|
|
# $COPYRIGHT$
|
|
#
|
|
# Additional copyrights may follow
|
|
#
|
|
# $HEADER$
|
|
#
|
|
|
|
|
|
[unable to create endpoint]
|
|
MXM was unable to create an endpoint. Please make sure that the network link is
|
|
active on the node and the hardware is functioning.
|
|
|
|
Error: %s
|
|
|
|
[unable to get endpoint address]
|
|
MXM was unable to get endpoint address
|
|
|
|
Error: %s
|
|
|
|
[mxm mq create]
|
|
Failed to create MQ for endpoint
|
|
|
|
Error: %s
|
|
|
|
[errors during mxm_progress]
|
|
|
|
Error %s occurred in attempting to make network progress (mxm_progress).
|
|
|
|
|
|
[mxm init]
|
|
Initialization of MXM library failed.
|
|
|
|
Error: %s
|
|
|
|
[mxm shm tls]
|
|
ERROR: MXM shared memory transport can not be used
|
|
bacause it is not fully compliant with OSHMEM spec
|
|
|
|
MXM transport setting: %s
|
|
|
|
[mxm tls]
|
|
ERROR: valid mxm transports are:
|
|
"ud" "ud,self" "rc" or "dc"
|
|
|
|
transport setting is: %s=%s
|
|
|
|
|
|
|