nrgraham23 / LibJFabric

Java bindings for libfabric.
2 stars 0 forks source link

Implemented send and recv #22

Closed nrgraham23 closed 8 years ago

nrgraham23 commented 8 years ago

Implemented the send and recv functions of EndPoint. Using method overloading to handle the case where a user does not want to use specific arguments.

Also added the new protocol enum to the java bindings.

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