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 but at an arbitrary starting point. Is this possible with java or do I need to use put or even switch to the send/recv functions?
 
Thanks for your help
 
Marko

Reply via email to