Lokesh Arora
Results
2
comments of
Lokesh Arora
Hello @soumagne, apologies for the late reply. rdma_core: ``` ngx@set4sn:~/workdir$ dpkg -s rdma-core | grep '^Version:' Version: 28.0-1ubuntu1 ngx@set4sn:~/workdir$ ``` libfabric: `v1.14.0`
I am using Mercury for RPC in my project. [Link](https://mercury-hpc.github.io/documentation/2016/07/26/cancellation.html) states that timeouts are not supported by mercury due to metadata overhead. Hence, our project uses our own timeouts and...