Skip to content

Commit

Permalink
fabtests/lpp: remove deprecated FI_MR_BASIC
Browse files Browse the repository at this point in the history
Remove deprecated FI_MR_BASIC flag

Signed-off-by: Tadeusz Struk <[email protected]>
  • Loading branch information
tstruk committed Oct 7, 2024
1 parent 071adfe commit 185021a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fabtests/prov/lpp/src/test_util.c
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ void util_init(struct rank_info *ri)

hints.mode = 0;
hints.fabric_attr->prov_name = "lpp";
hints.domain_attr->mr_mode = FI_MR_BASIC;
hints.domain_attr->mr_mode = FI_MR_LOCAL | OFI_MR_BASIC_MAP;

rc = fi_getinfo(FI_VERSION(FI_MAJOR_VERSION, FI_MINOR_VERSION),
NULL, NULL, 0, &hints, &ri->fi);
Expand Down

0 comments on commit 185021a

Please sign in to comment.