ECP-VeloC / AXL

Asynchronous Transfer Library
MIT License
2 stars 8 forks source link

Add "default" and "native" transfer types #35

Closed tonyhutter closed 5 years ago

tonyhutter commented 5 years ago

This adds in AXL_XFER_DEFAULT and AXL_XFER_NATIVE, and removes AXL_XFER_BEST:

AXL_XFER_DEFAULT: Let AXL choose the fastest transfer type that is compatible with all VeloC transfers. This may or may not be the node's native transfer library.

AXL_XFER_NATIVE: Use the node's native transfer library (like IBM Burst Buffer or Cray DataWarp) for transfers. These native libraries may or may not support all VeloC transfers.

tonyhutter commented 5 years ago

@adammoody braces fixed in my latest push

tonyhutter commented 5 years ago

I updated doc/README.md with the new xfer types in my latest push.