nrgraham23 / LibJFabric

Java bindings for libfabric.
2 stars 0 forks source link

Add a method for users to get direct buffers #20

Closed nrgraham23 closed 8 years ago

nrgraham23 commented 8 years ago

This code is copied from the open mpi java bindings. It allows several ways for the user to easily create direct buffers. Direct buffers are required for rdma.

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