1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

Changed transport mode in example configuration

This commit is contained in:
Dennis Potter 2018-08-07 16:46:03 +02:00
parent ec60f1d2c2
commit b7a4b9d7c8

View file

@ -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",