Skip to content

Commit 29c24cb

Browse files
sunkuamznshijin-aws
authored andcommitted
fabtests: Do not require FI_TAGGED for fi_av_xfer test
This test does not require tagged messaging Signed-off-by: Sai Sunku <[email protected]>
1 parent 478347f commit 29c24cb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

fabtests/functional/av_xfer.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,8 +233,7 @@ int main(int argc, char **argv)
233233
if (optind < argc)
234234
opts.dst_addr = argv[optind];
235235

236-
hints->caps = hints->ep_attr->type == FI_EP_RDM ?
237-
FI_TAGGED : FI_MSG;
236+
hints->caps = FI_MSG;
238237
hints->mode = FI_CONTEXT | FI_CONTEXT2;
239238
hints->domain_attr->mr_mode = opts.mr_mode;
240239
hints->addr_format = opts.address_format;

0 commit comments

Comments
 (0)