Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion opal/datatype/opal_datatype_unpack.c
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ opal_unpack_homogeneous_contig_function( opal_convertor_t* pConv,
* part of the datatype is already received, we need to use a trick to handle this special
* case. The trick is to fill the missing part with some well known value, unpack the data
* as if it was completely received, and then move into the user memory only the bytes
* that don't match th wekk known value. This approach work as long as there is no need
* that don't match the well known value. This approach work as long as there is no need
* for more than structural changes. They will not work for cases where we will have to
* change the content of the data (as in all conversions that require changing the size
* of the exponent or mantissa).
Expand Down