Skip to content

Commit

Permalink
Updated nroff-generated man pages
Browse files Browse the repository at this point in the history
Signed-off-by: OFIWG Bot <[email protected]>
  • Loading branch information
ofiwg-bot authored and github-actions[bot] committed Jan 8, 2024
1 parent e570623 commit a2efd14
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion man/man3/fi_collective.3
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions man/man7/fi_rxm.7
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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]
Expand Down

0 comments on commit a2efd14

Please sign in to comment.