> 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