Re: [OMPI devel] Using opal_convertor_t for In-place send buffers in a BTL component

2012-04-05 Thread George Bosilca
Alex, This is indeed quite strange. You're receiving an error about truncated data during a barrier. The MPI_Barrier is the only MPI function that has a synchronization meaning, and does not move data around, so I can hardly see how this can generate a truncation. You should put a breakpoint i

[OMPI devel] Using opal_convertor_t for In-place send buffers in a BTL component

2012-04-05 Thread Alex Margolin
Hi, First, I'm glad to say my MOSIX component is working and giving good initial result. Thanks for all your help! I'm not sure how (I know I should fill in some license agreement docs), but I would like to contribute the code to the Open-MPI project. Is there an official code-review process? a