Replies: 1 comment 1 reply
-
Current code at L546 I am not sure why FI_MR_UNSPEC is not handled here. It should be allowed. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm looking for a clarification with regard to mr_mode set in hints for >= 1.5 version. The reading of the MR mode bits description for fi_domain(3) suggest:
Applications that require the use of a specific registration mode should set the domain attribute mr_mode to the necessary value when calling fi_getinfo. The value FI_MR_UNSPEC may be used to indicate support for any registration mode.
However, in the routine ofi_check_mr_mode(), prov/util/src/util_attr.c line 546, an exact match between hints->mr_mode and prov->mr_mode is required to match. Which is the correct intent, and if the documentation is correct shouldn't this check be something more like this:
Beta Was this translation helpful? Give feedback.
All reactions