logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

fi_strerror - display libfabric error strings

Authors

       OpenFabrics.

Libfabric Programmer’s Manual                      2022-12-11                                     fi_strerror(1)

Description

       Display the error string for the given numeric FI_ERROR_CODE.  FI_ERROR_CODE may be a hexadecimal, octal,
       or  decimal  constant.   Although the fi_strerror(3) library function only accepts positive error values,
       for convenience this utility accepts both positive and negative error values.

       This is primarily a convenience tool for developers.

Name

       fi_strerror - display libfabric error strings

See Also

fabric(7) fi_errno(3)

Synopsis

              fi_strerror FI_ERROR_CODE

See Also