
OFI providers may reserve some of the upper bits of the tag for internal usage and expose it using mem_tag_format. Check for that and adjust communicator bits as needed. Signed-off-by: Aravind Gopalakrishnan <Aravind.Gopalakrishnan@intel.com>
27 строки
642 B
Plaintext
27 строки
642 B
Plaintext
# -*- text -*-
|
|
#
|
|
# Copyright (c) 2013-2018 Intel, Inc. All rights reserved
|
|
#
|
|
# Copyright (c) 2017 Cisco Systems, Inc. All rights reserved
|
|
# $COPYRIGHT$
|
|
#
|
|
# Additional copyrights may follow
|
|
#
|
|
# $HEADER$
|
|
#
|
|
[OFI call fail]
|
|
Open MPI failed an OFI Libfabric library call (%s). This is highly
|
|
unusual; your job may behave unpredictably (and/or abort) after this.
|
|
|
|
Local host: %s
|
|
Location: %s:%d
|
|
Error: %s (%zd)
|
|
#
|
|
[Not enough bits for CID]
|
|
OFI provider "%s" does not have enough free bits in its tag to fit the MPI
|
|
Communicator ID. See the mem_tag_format of the provider by running:
|
|
fi_info -v -p %s
|
|
|
|
Local host: %s
|
|
Location: %s:%d
|