Re: [OMPI devel] Need to know your Github ID

2014-09-10 Thread Oscar Vega-Gisbert
osvegis -> osvegis El 10/09/14 12:46, Jeff Squyres (jsquyres) escribió: As the next step of the planned migration to Github, I need to know: - Your Github ID (so that you can be added to the new OMPI git repo) - Your SVN ID (so that I can map SVN->Github IDs, and therefore map Trac tickets to

[OMPI devel] Java: MPI_STATUS_IGNORE provokes SIGSEGV in MPI_Waitany and MPI_Testany

2014-02-26 Thread Oscar Vega-Gisbert
Dear all, In Java bindings I can't use MPI_STATUS_IGNORE in MPI_Waitany nor MPI_Testany. I must use a MPI_Status in order to avoid a SIGSEGV error. I searched for this issue but I don't found any error report. Should I report a bug? Regards, Oscar --

Re: [OMPI devel] On the Java binding for OpenMPI

2014-01-13 Thread Oscar Vega-Gisbert
everaging High Performance Computing to Speed and Scale Up the Semantic Web". *Towards the availability of Java bindings in open MPI* Oscar Vega-Gisbert, Jose E. Roman, Siegmar Groß, and Jeffrey M. Squyres. 2013. Towards the availability of Java bindings in open MPI. In *Proceedings of the 20th Eu

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