
Currently, the progress function is incorrectly interpreting any error value other than a positive value or -FI_EAVAIL to mean CQ is empty. CQ is empty only if fi_cq_read() call returned -EAGAIN error code. Fix that here. While at it, fix help text output for calls made to OFI API. Signed-off-by: Aravind Gopalakrishnan <Aravind.Gopalakrishnan@intel.com>
17 строки
348 B
Plaintext
17 строки
348 B
Plaintext
# -*- text -*-
|
|
#
|
|
# Copyright (c) 2013-2017 Intel, 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)
|