mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
Added infiniband configuration file
This commit is contained in:
parent
6444a9e337
commit
ea785152c9
1 changed files with 39 additions and 0 deletions
39
etc/infiniband.conf
Normal file
39
etc/infiniband.conf
Normal file
|
@ -0,0 +1,39 @@
|
|||
logging = {
|
||||
level = 2,
|
||||
facilities = "ib", // infiniband node
|
||||
}
|
||||
|
||||
nodes = {
|
||||
ib_node0 = {
|
||||
type = "infiniband",
|
||||
|
||||
rdma_port_space = "RDMA_PS_TCP",
|
||||
qp_type = "IBV_QPT_RC",
|
||||
|
||||
in = {
|
||||
address = "10.0.0.2:1337",
|
||||
|
||||
max_wrs = 8192,
|
||||
cq_size = 2048,
|
||||
|
||||
vectorize = 64,
|
||||
|
||||
poll_mode = "BUSY",
|
||||
buffer_subtraction = 128,
|
||||
},
|
||||
|
||||
out = {
|
||||
address = "10.0.0.1:1337",
|
||||
resolution_timeout = 1000,
|
||||
|
||||
max_wrs = 8192,
|
||||
cq_size = 256,
|
||||
|
||||
vectorize = 64,
|
||||
|
||||
send_inline = 1,
|
||||
max_inline_data = 60,
|
||||
}
|
||||
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue