Re: [OMPI users] RMA operations with java buffers

2016-01-13 Thread Howard Pritchard
Hi Marko, You can probably find examples of what you'd like to do on github: https://github.com/open-mpi/ompi-java-test There are numerous MPI-2 RMA examples in the one-sided subdirectory. If you've never used github before, jus click on the download as zip button in the upper right hand

[OMPI users] RMA operations with java buffers

2016-01-13 Thread Marko Blatzheim
Hello,   I work with the java open mpi version and I want to send byte arrays with the mpi get function. The window provides a large buffer containing the array values and a single call of get should provide the process with a small part of that buffer but not necessarily starting at position 0