Skip to content

Commit

Permalink
fabtests/rdm_tagged_peek: Align rx's msg_order with tx's
Browse files Browse the repository at this point in the history
The tx_attr and the sender should align with the rx_attr at the receiver.
For peek test, the receiver can request messages out of order, but the tag
matching has to be done in order.

Signed-off-by: Shi Jin <[email protected]>
  • Loading branch information
shijin-aws committed Apr 10, 2024
1 parent 57b67dd commit ffb898c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fabtests/functional/rdm_tagged_peek.c
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,7 @@ int main(int argc, char **argv)

hints->domain_attr->resource_mgmt = FI_RM_ENABLED;
hints->tx_attr->msg_order = FI_ORDER_SAS;
hints->rx_attr->msg_order = FI_ORDER_SAS;
hints->ep_attr->type = FI_EP_RDM;
hints->caps = FI_TAGGED;
hints->mode = FI_CONTEXT;
Expand Down

0 comments on commit ffb898c

Please sign in to comment.