This was resolved off-list, but I'm reposting it here so it (a) resides in our archives, and (b) is available for others with similar questions about the revised Java bindings.RalphBegin forwarded message:From: "Jose E. Roman" Subject: Fwd: [OMPI devel] Bug in MPI.MINLOC with Ja
Hi Saliya,
In the in the previous versions of the library, MAXLOC and MINLOC were
implemented in Java and it was possible to use Java int arrays. But
now the implementation is native and you can not use Java int because
on some platforms the int size (in the C side) may be different.
You