Skip to content

Commit

Permalink
man: Fix formatting for FI_OPT_FI_HMEM_P2P prose
Browse files Browse the repository at this point in the history
Otherwise, when rendered on the OFIWG site, it reads as if the
restrictions only apply when the opt is set to `FI_HMEM_P2P_DISABLED`

Signed-off-by: Darryl Abbate <[email protected]>
  • Loading branch information
darrylabbate authored and j-xiong committed Aug 3, 2024
1 parent 6f5e220 commit 78d3c6a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions man/fi_endpoint.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -519,9 +519,10 @@ The following option levels and option names and parameters are defined.
to copy the data to initiate the transfer if peer to peer support is
unavailable.
* FI_HMEM_P2P_DISABLED: Peer to peer support should not be used.
: fi_setopt() will return -FI_EOPNOTSUPP if the mode requested cannot be supported
fi_setopt() will return -FI_EOPNOTSUPP if the mode requested cannot be supported
by the provider.
: The FI_HMEM_DISABLE_P2P environment variable discussed in
The FI_HMEM_DISABLE_P2P environment variable discussed in
[`fi_mr`(3)](fi_mr.3.html) takes precedence over this setopt option.
- *FI_OPT_CUDA_API_PERMITTED - bool*
Expand Down

0 comments on commit 78d3c6a

Please sign in to comment.