Skip to content

Commit

Permalink
prov/tcp: Remove reporting support for FI_ATOMIC
Browse files Browse the repository at this point in the history
We don't support atomic operations.  Remove support, so
that ofi_rxm will add it if needed.

Signed-off-by: Sean Hefty <[email protected]>
  • Loading branch information
shefty committed Feb 10, 2023
1 parent 5ce675a commit 9f69247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prov/tcp/src/xnet_attr.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
#define XNET_DOMAIN_CAPS (FI_LOCAL_COMM | FI_REMOTE_COMM)
#define XNET_EP_CAPS (FI_MSG | FI_RMA | FI_RMA_PMEM)
#define XNET_SRX_EP_CAPS (XNET_EP_CAPS | FI_TAGGED)
#define XNET_RDM_EP_CAPS (XNET_EP_CAPS | FI_TAGGED | FI_ATOMIC)
#define XNET_RDM_EP_CAPS (XNET_EP_CAPS | FI_TAGGED)
#define XNET_TX_CAPS (FI_SEND | FI_WRITE | FI_READ)
#define XNET_RX_CAPS (FI_RECV | FI_REMOTE_READ | \
FI_REMOTE_WRITE | FI_RMA_EVENT)
Expand Down

0 comments on commit 9f69247

Please sign in to comment.