[OMPI devel] Fwd: Bug in MPI.MINLOC with Java binding

2013-11-12 Thread Ralph Castain
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

Re: [OMPI devel] Bug in MPI.MINLOC with Java binding

2013-11-12 Thread Oscar Vega-Gisbert
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