Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(rdma): stop setting FI_ORDER_NONE (aws#621)
FI_ORDER_NONE (defined as 0) is deprecated. Prefer to just leave it unset to avoid deprecation warnings when building against newer libfabric. This should be zeroed out when hints are constructed, anyway, so this buys us compatibility with libfabric-git without any change in behavior. Signed-off-by: Nicholas Sielicki <[email protected]>
- Loading branch information