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

39 lines
679 B
Text
Raw Normal View History

2018-07-15 13:55:20 +02:00
logging = {
level = 2,
facilities = "ib", // infiniband node
}
nodes = {
ib_node0 = {
type = "infiniband",
rdma_port_space = "RDMA_PS_TCP",
in = {
address = "10.0.0.2:1337",
max_wrs = 8192,
cq_size = 8192,
2018-07-15 13:55:20 +02:00
vectorize = 1,
2018-07-15 13:55:20 +02:00
poll_mode = "BUSY",
buffer_subtraction = 128,
},
out = {
address = "10.0.0.1:1337",
resolution_timeout = 1000,
max_wrs = 8192,
cq_size = 256,
vectorize = 1,
2018-07-15 13:55:20 +02:00
send_inline = 1,
max_inline_data = 60,
}
}
}