Skip to content

Commit c1820bf

Browse files
tstrukj-xiong
authored andcommitted
fabtests/lpp: remove deprecated FI_MR_BASIC
Remove deprecated FI_MR_BASIC flag Signed-off-by: Tadeusz Struk <[email protected]>
1 parent e31af23 commit c1820bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fabtests/prov/lpp/src/test_util.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ void util_init(struct rank_info *ri)
132132

133133
hints.mode = 0;
134134
hints.fabric_attr->prov_name = "lpp";
135-
hints.domain_attr->mr_mode = FI_MR_BASIC;
135+
hints.domain_attr->mr_mode = FI_MR_LOCAL | OFI_MR_BASIC_MAP;
136136

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

0 commit comments

Comments
 (0)