|
1 | 1 | .\" Automatically generated by Pandoc 2.9.2.1 |
2 | 2 | .\" |
3 | | -.TH "fi_opx" "7" "2024\-10\-17" "Libfabric Programmer\[cq]s Manual" "#VERSION#" |
| 3 | +.TH "fi_opx" "7" "2024\-10\-18" "Libfabric Programmer\[cq]s Manual" "#VERSION#" |
4 | 4 | .hy |
5 | 5 | .PP |
6 | 6 | {%include JB/setup %} |
@@ -152,18 +152,18 @@ Default setting is 64. |
152 | 152 | \f[I]FI_OPX_RELIABILITY_MAX_UNCONGESTED_PINGS\f[R] |
153 | 153 | Integer. |
154 | 154 | This setting controls how many PING requests the reliability/replay |
155 | | -function will issue per iteration of FI_OPX_RELIABILITY_SERVICE_USEC_MAX |
156 | | -in situations with less contending, outgoing traffic from the HFI. |
157 | | -.PP |
158 | | -Default setting is 128. Range of valid values is 1-65535. |
| 155 | +function will issue per iteration of FI_OPX_RELIABILITY_SERVICE_USEC_MAX |
| 156 | +in situations with less contending outgoing traffic from the HFI. |
| 157 | +Default setting is 128. |
| 158 | +Range of valid values is 1-65535. |
159 | 159 | .TP |
160 | 160 | \f[I]FI_OPX_RELIABILITY_MAX_CONGESTED_PINGS\f[R] |
161 | 161 | Integer. |
162 | 162 | This setting controls how many PING requests the reliability/replay |
163 | | -function will issue per iteration of FI_OPX_RELIABILITY_SERVICE_USEC_MAX |
| 163 | +function will issue per iteration of FI_OPX_RELIABILITY_SERVICE_USEC_MAX |
164 | 164 | in situations with more contending, outgoing traffic from the HFI. |
165 | | -.PP |
166 | | -Default setting is 4. Range of valid values is 1-65535. |
| 165 | +Default setting is 4. |
| 166 | +Range of valid values is 1-65535. |
167 | 167 | .TP |
168 | 168 | \f[I]FI_OPX_SELINUX\f[R] |
169 | 169 | Boolean (0/1, on/off, true/false, yes/no). |
@@ -268,6 +268,14 @@ using PIO. |
268 | 268 | Value must be between 64 and 2147483646. |
269 | 269 | Defaults to 16385. |
270 | 270 | .TP |
| 271 | +\f[I]FI_OPX_TID_MIN_PAYLOAD_BYTES\f[R] |
| 272 | +Integer. |
| 273 | +The minimum length in bytes where TID (Expected Receive) will be used. |
| 274 | +For messages smaller than this threshold, the send will be completed |
| 275 | +using Eager Receive. |
| 276 | +Value must be between 4096 and 2147483646. |
| 277 | +Defaults to 4096. |
| 278 | +.TP |
271 | 279 | \f[I]FI_OPX_RZV_MIN_PAYLOAD_BYTES\f[R] |
272 | 280 | Integer. |
273 | 281 | The minimum length in bytes where rendezvous will be used. |
|
0 commit comments