nrgraham23 / LibJFabric

Java bindings for libfabric.
2 stars 0 forks source link

Added overloaded send and getDesc for MemoryRegion #42

Closed nrgraham23 closed 8 years ago

nrgraham23 commented 8 years ago

Added another overloaded send method to EndPoint and a getDesc method for MemoryRegion. The getDesc method is a quick and dirty fix that should be cleaned up if these bindings are ever released for public use.

This commit also includes changes to the ping pong test which prompted these changes.

Signed-off-by: Nathaniel Graham ngraham@lanl.gov