Skip to content

Commit

Permalink
fabtests: Do not require FI_TAGGED for fi_av_xfer test
Browse files Browse the repository at this point in the history
This test does not require tagged messaging

Signed-off-by: Sai Sunku <sunkusa@amazon.com>
  • Loading branch information
sunkuamzn authored and shijin-aws committed Feb 27, 2025
1 parent 478347f commit 29c24cb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions fabtests/functional/av_xfer.c
Original file line number Diff line number Diff line change
Expand Up @@ -233,8 +233,7 @@ int main(int argc, char **argv)
if (optind < argc)
opts.dst_addr = argv[optind];

hints->caps = hints->ep_attr->type == FI_EP_RDM ?
FI_TAGGED : FI_MSG;
hints->caps = FI_MSG;
hints->mode = FI_CONTEXT | FI_CONTEXT2;
hints->domain_attr->mr_mode = opts.mr_mode;
hints->addr_format = opts.address_format;
Expand Down

0 comments on commit 29c24cb

Please sign in to comment.