nrgraham23 / LibJFabric

Java bindings for libfabric.
2 stars 0 forks source link

Added the enable method to endpoint #38

Closed nrgraham23 closed 8 years ago

nrgraham23 commented 8 years ago

Added the enable method to endpoint, and some needed constants to LibFabric. Also fixed a bug with the implemented recv method in endpoint which somehow managed to escape being noticed at compilation earlier.

This commit also includes more updates to the ping pong test, including some low hanging fruit involving data verification.

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