diff --git a/man/man3/fi_collective.3 b/man/man3/fi_collective.3 index e3362d65a77..1343d121c74 100644 --- a/man/man3/fi_collective.3 +++ b/man/man3/fi_collective.3 @@ -1,6 +1,6 @@ .\" Automatically generated by Pandoc 2.9.2.1 .\" -.TH "fi_collective" "3" "2023\-11\-17" "Libfabric Programmer\[cq]s Manual" "#VERSION#" +.TH "fi_collective" "3" "2024\-01\-08" "Libfabric Programmer\[cq]s Manual" "#VERSION#" .hy .SH NAME .TP @@ -117,6 +117,10 @@ Multicast group associated with the collective. \f[I]buf\f[R] Local data buffer that specifies first operand of collective operation .TP +\f[I]count\f[R] +The number of elements referenced, where each element is the indicated +datatype. +.TP \f[I]datatype\f[R] Datatype associated with atomic operands .TP diff --git a/man/man7/fi_rxm.7 b/man/man7/fi_rxm.7 index 8e31d0749a1..0f97754b937 100644 --- a/man/man7/fi_rxm.7 +++ b/man/man7/fi_rxm.7 @@ -1,6 +1,6 @@ .\" Automatically generated by Pandoc 2.9.2.1 .\" -.TH "fi_rxm" "7" "2022\-12\-09" "Libfabric Programmer\[cq]s Manual" "#VERSION#" +.TH "fi_rxm" "7" "2024\-01\-08" "Libfabric Programmer\[cq]s Manual" "#VERSION#" .hy .SH NAME .PP @@ -126,9 +126,9 @@ The ofi_rxm provider checks for the following environment variables. .TP \f[I]FI_OFI_RXM_BUFFER_SIZE\f[R] Defines the transmit buffer size / inject size. -Messages of size less than this would be transmitted via an eager -protocol and those above would be transmitted via a rendezvous or SAR -(Segmentation And Reassembly) protocol. +Messages of size less than or equal to this would be transmitted via an +eager protocol and messages greater in size would be transmitted via a +rendezvous or SAR (Segmentation And Reassembly) protocol. Transmit data would be copied up to this size (default: \[ti]16k). .TP \f[I]FI_OFI_RXM_COMP_PER_PROGRESS\f[R]