Hello,
I am converting an existing MPI program in C++ to Java using OpenMPI 1.8.4,
At some point I have a allToAllv() code which works fine in C++ but
receives error in Java version:
MPI.COMM_WORLD.allToAllv(data, subpartition_size, subpartition_offset,
MPI.INT,
data2,subpartition_size2,subpartit
e useful to know which java version you are using, as well
> as the configure options used when building open mpi.
>
> Thanks,
>
> Howard
>
>
>
> 2015-04-05 19:10 GMT-06:00 Ralph Castain :
>
>> If not too much trouble, can you extract just the alltoallv portio
1.7 installed on your system would you mind
> trying to test against that version too?
>
> Thanks,
>
> Howard
>
>
> 2015-04-06 13:09 GMT-06:00 Hamidreza Anvari :
>
>> Hello,
>>
>> 1. I'm using Java/Javac version 1.8.0_20 under OS X 10.10.2.
>
s in the underlying C implementation in
> OMPI, not the Java bindings. The reproducer would definitely help pin it
> down.
>
> If you change the size2 values to the ones we sent you, does the program
> by chance work?
>
>
> On Apr 6, 2015, at 1:44 PM, Hamidreza Anvari wrote:
>
&
me
> mechanism for exchanging this info prior to the alltoallv op.
>
> Howard
>
>
> 2015-04-06 23:23 GMT-06:00 Hamidreza Anvari :
>
>> Hello,
>>
>> If I set the size2 values according to your suggestion, which is the same
>> values as on sending nodes, it