Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix partial packing of non data elements.
There was a bug allowing for partial packing of non-data elements (such as loop and end_loop markers) during the exit condition of a pack/unpack call. This has basically no meaning. Prevent this bug from happening by making sure the element point to a data before trying to partially pack it. Signed-off-by: George Bosilca <bosilca@icl.utk.edu>
- Loading branch information