You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@bosilca recently made #8769
and I'm not yet sure it's handling everything with the partial datatypes.
It's also possible I'm misusing the calls, so this is a bug report for continued investigation/discussion.
I made a testcase below that's based off the partial.c that George checked in. In unpacks 3 ints a few different ways and doesn't always get the right results.
@bosilca Thoughts on this not appearing to work when the endianness is forcing conversions to be needed? Would opal_convertor_unpack() only be used in this partial-datatype + needing conversion method for messaging between heterogeneous ranks? If so then that wouldn't be real high priority for me. But I don't know if that's the context where the above path would happen
It looks like this issue is expecting a response, but hasn't gotten one yet. If there are no responses in the next 2 weeks, we'll assume that the issue has been abandoned and will close it.
@bosilca recently made
#8769
and I'm not yet sure it's handling everything with the partial datatypes.
It's also possible I'm misusing the calls, so this is a bug report for continued investigation/discussion.
I made a testcase below that's based off the partial.c that George checked in. In unpacks 3 ints a few different ways and doesn't always get the right results.
Testcase: https://gist.github.com/markalle/eb0e67c5135c63c1ceac857de1ae3202
The text was updated successfully, but these errors were encountered: