Skip to content

LibFabric communication: consumer <=> rds

Carsten Patzke requested to merge libfabric_consumer_rds_integration into develop

Will try to establish a connection to the receiver over RDMA first. If this is not successful it will (for the runtime) always use TCP.

This behavior can be manually disabled by using broker->ForceNoRdma();

Use the environment variable ASAPO_PRINT_FALLBACK_REASON on the consumer to get a message when a fallback to TCP occurs.

Merge request reports

Loading