Re: [OMPI devel] One-line patch for warning in 1.7rc6

2013-01-25 Thread Ralph Castain
I believe we turned that component completely off, though it may have happened after rc6 was rolled (I'll check to make sure we did) - you definitely don't want to build it as it is broken and will often segfault. On Jan 25, 2013, at 6:16 PM, Paul Hargrove wrote: > While building 1.7rc6 on a i

[OMPI devel] One-line patch for warning in 1.7rc6

2013-01-25 Thread Paul Hargrove
While building 1.7rc6 on a i386 w/ InfiniBand I saw numerous instances of this warning: ../../../../../orte/mca/oob/ud/oob_ud.h:93: warning: cast from pointer to integer of different size The following 1-line change fixes this. Alternatively, a single cast to type uintptr_t is probably sufficie