[ofiwg] Use of FI_ERR()?

Hefty, Sean sean.hefty at intel.com
Mon Jun 21 09:37:33 PDT 2021


> The manpage for fi_provider mentions three logging functions:
> 
> 
> 
> FI_ERR()
> 
> FI_LOG()
> 
> FI_DEBUG().
> 
> 
> 
> The problem is, I cannot find FI_ERR() or FI_DEBUG() defined anywhere in the libfabric
> source codeā€¦

The man page is wrong.

See include/rdma/providers/fi_log.h  FI_ERR() should be FI_WARN() and FI_DEBUG() should be FI_DBG().

- Sean


More information about the ofiwg mailing list