Re: [OMPI devel] bug in r26626

2012-06-24 Thread Eugene Loh
Thanks for r26638. Looks like that file still needs a little attention: http://www.open-mpi.org/mtt/index.php?do_redir=2073 On 6/22/2012 10:40 AM, Eugene Loh wrote: Looking good. Just a few more: btl_udapl_endpoint.c has instances of seg_len and seg_addr. udapl may not have much of a future,

Re: [OMPI devel] bug in r26626

2012-06-22 Thread Eugene Loh
Looking good. Just a few more: btl_udapl_endpoint.c has instances of seg_len and seg_addr. udapl may not have much of a future, but for now it's still there. On 6/22/2012 7:22 AM, Hjelm, Nathan T wrote: Looks like I missed a few places in udapl and osc. Fixed with r26635 and r26634. Hopefu

Re: [OMPI devel] bug in r26626

2012-06-22 Thread Hjelm, Nathan T
Looks like I missed a few places in udapl and osc. Fixed with r26635 and r26634. Hopefully thats the last of them outside of btl/vw. -Nathan On Friday, June 22, 2012 7:05 AM, TERRY DONTJE wrote: > To: Open MPI Developers; Hjelm, Nathan T > Subject: bug in r26626 > > It looks like compilation o

[OMPI devel] bug in r26626

2012-06-22 Thread TERRY DONTJE
It looks like compilation of 32 bit platforms is failing due to a missing field. It looks to me that for some reason r26626 deleted hdr_segkey in ompi/mca/osc/rdma/osc_rdma_header.h which is used in the macro OMPI_OSC_RDMA_RDMA_INFO_HDR_NTOH and HTON. Is there a reason that hdr_segkey was rem