Re: [OMPI devel] [EXTERNAL] non-blocking collectives, SPARC, and alignment

2012-07-18 Thread Eugene Loh
I put back r26802, modifying nbc_internal.h and nbc.c. Can you add this to your omnibus v1.7 CMR 3169? I left the padding/packing alone and simply replaced round-schedule accesses with macros that handle the addressing and use memcpy for data movement. The former simplifies the pointer

Re: [OMPI devel] [EXTERNAL] non-blocking collectives, SPARC, and alignment

2012-07-16 Thread Eugene Loh
On 7/16/2012 1:45 PM, Barrett, Brian W wrote: It's unlikely that I will have time to fix this in the short term. The scheduling code is fairly localized in nbc.c if Oracle has some time to spend looking at these issues. If not, it might be best to remove the libnbc code from 1.7, as it's

Re: [OMPI devel] [EXTERNAL] non-blocking collectives, SPARC, and alignment

2012-07-16 Thread Barrett, Brian W
Eugene - It's unlikely that I will have time to fix this in the short term. The scheduling code is fairly localized in nbc.c if Oracle has some time to spend looking at these issues. If not, it might be best to remove the libnbc code from 1.7, as it's unfortunately clear that it's not as ready