It complains about 0x2aaaab1b1ed9 being misaligned which seems as a valid complaint. What is the dst value when this trigger? What is var->mbv_storage?
George. On Thu, Sep 11, 2014 at 5:29 AM, Jeff Squyres (jsquyres) <[email protected] > wrote: > On Sep 10, 2014, at 4:23 PM, Jeff Squyres (jsquyres) <[email protected]> > wrote: > > > Regardless, what do we do about this? > > To answer my own question, I guess we can replace: > > dst->intval = int_value > > with > > int *bogus = (int*) dst; > *bogus = int_value; > > and do a similar thing for the bool. > > Seems kludgey, and kinda defeats the point of having a union, though. > > -- > Jeff Squyres > [email protected] > For corporate legal information go to: > http://www.cisco.com/web/about/doing_business/legal/cri/ > > _______________________________________________ > devel mailing list > [email protected] > Subscription: http://www.open-mpi.org/mailman/listinfo.cgi/devel > Link to this post: > http://www.open-mpi.org/community/lists/devel/2014/09/15799.php >
