-
Notifications
You must be signed in to change notification settings - Fork 931
v2.0.x: add support for 'external32' representation #2997
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v2.0.x: add support for 'external32' representation #2997
Conversation
(cherry picked from commit open-mpi/ompi@1ff2a38)
The datatype must satisfy the same constraints as for the corresponding communication function (send for pack and recv for unpack). (cherry picked from commit open-mpi/ompi@221e6e2)
(cherry picked from commit open-mpi/ompi@639f4b1)
provide external32 support). Add a pack function allowing to provide send conversion (needed on little endian machine in order to pack in the external32 format). (cherry picked from commit open-mpi/ompi@cf2bb20)
(back-ported from commit open-mpi/ompi@8da67f5)
Use htonl and htons to check that the packed data is indeed the correct data. (cherry picked from commit open-mpi/ompi@383b78d)
(cherry picked from commit open-mpi/ompi@0f9ddbe)
…D_CONVERSION && ! CONVERTOR_HOMOGENEOUS (cherry picked from commit open-mpi/ompi@cd829e4)
(cherry picked from commit open-mpi/ompi@63eec55)
3180cf4 to
e282613
Compare
|
this is a cherry-pick of the commits from #1509 |
jsquyres
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please sign off these commits?
|
@jsquyres these are old commits (e.g. long before we moved to the CA) i cherry-picked from master |
|
@ggouaillardet feel free to sign them if they need to be signed. However, we should have a flexible rule that allows us to cherry-pick old commits (from a time where we were bound by the signed agreement). |
|
Indeed, we do have such a policy - cherry-picking of old commits does not require a sign off. This is just an artifact of a limitation in the automated checker. We shouldn't set policy based on that limitation, and that is what we had previously agreed upon. |
|
Ok. |
|
@hppritcha Good to go |
Thanks Thomas Gastine for the report
Fixes #2985