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
Describe your question or clarification request here
In the Packing/Unpacking chapter there is text such as:
Note that any data to be packed that is not hard type cast (i.e., not type cast to a specific size) may lose
precision when unpacked by a non-homogeneous recipient. The PMIx_Data_pack function will do its best
to deal with heterogeneity issues between the packer and unpacker in such cases. Sending a number larger than
can be handled by the recipient will return an error code (generated upon unpacking) — the error cannot be
detected during packing.
If we know the process we are packing for, then presumably PMIx could gather whatever information it needed about the destination to be able to generate this error on the packing side. Why does it claim the error cannot be detected during packing?
Suggested Clarification
explain why this is true if it is
Remove it
Say that "Implementations may choose not to detect this until it is unpacked"
References
Please list specific chapters/sections in the PMIx Standard related to your query.
The text was updated successfully, but these errors were encountered:
Describe your question or clarification request here
In the Packing/Unpacking chapter there is text such as:
Note that any data to be packed that is not hard type cast (i.e., not type cast to a specific size) may lose
precision when unpacked by a non-homogeneous recipient. The PMIx_Data_pack function will do its best
to deal with heterogeneity issues between the packer and unpacker in such cases. Sending a number larger than
can be handled by the recipient will return an error code (generated upon unpacking) — the error cannot be
detected during packing.
If we know the process we are packing for, then presumably PMIx could gather whatever information it needed about the destination to be able to generate this error on the packing side. Why does it claim the error cannot be detected during packing?
Suggested Clarification
References
Please list specific chapters/sections in the PMIx Standard related to your query.
The text was updated successfully, but these errors were encountered: