From b7a4b9d7c875b8ff4048bacc7ad5a80ad011a428 Mon Sep 17 00:00:00 2001 From: Dennis Potter Date: Tue, 7 Aug 2018 16:46:03 +0200 Subject: [PATCH] Changed transport mode in example configuration --- etc/infiniband.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/infiniband.conf b/etc/infiniband.conf index ac8104158..cc861e4e6 100644 --- a/etc/infiniband.conf +++ b/etc/infiniband.conf @@ -23,7 +23,7 @@ nodes = { ib_node_source = { type = "infiniband", - rdma_port_space = "RDMA_PS_TCP", + rdma_port_space = "RC", in = { address = "10.0.0.2:1337", @@ -56,7 +56,7 @@ nodes = { ib_node_target = { type = "infiniband", - rdma_port_space = "RDMA_PS_TCP", + rdma_port_space = "RC", in = { address = "10.0.0.1:1337",