Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update GH man pages #9883

Merged
merged 1 commit into from
Mar 14, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions main/man/fi_opx.7.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,12 @@ OPX is not compatible with Open MPI 4.1.x PML/BTL.
- `FI_OPX_HFI_SELECT=default,core:1:0` all callers will use default HFI selection logic.

*FI_OPX_DELIVERY_COMPLETION_THRESHOLD*
: Integer. The minimum message length in bytes to force delivery completion.
Value must be between 16385 and 2147483646. Defaults to 16385.
: Integer. Will be deprecated. Please use FI_OPX_SDMA_BOUNCE_BUF_THRESHOLD.

*FI_OPX_SDMA_BOUNCE_BUF_THRESHOLD*
: Integer. The maximum message length in bytes that will be copied to the SDMA bounce buffer.
For messages larger than this threshold, the send will not be completed until receiver
has ACKed. Value must be between 16385 and 2147483646. Defaults to 16385.

*FI_OPX_SDMA_DISABLE*
: Integer. Disables SDMA offload hardware. Default is 0
Expand Down
Loading