masters-thesis/listings/infiniband.conf
Dennis af25b4b828 Initial commit of master's thesis
This is the version I submitted to RWTH Aachen University at November 9,
2018.
2018-11-12 12:56:59 +01:00

42 lines
788 B
Plaintext

source_node = {
type = "infiniband",
rdma_transport_mode = "${IB_MODE}",
in = {
address = "10.0.0.2:1337",
max_wrs = 4,
cq_size = 4,
buffer_subtraction = 2
},
out = {
address = "10.0.0.1:1337",
resolution_timeout = 1000,
send_inline = true,
max_inline_data = 128,
use_fallback = true,
max_wrs = 4096,
cq_size = 4096,
periodic_signaling = 2048
}
},
target_node = {
type = "infiniband",
rdma_transport_mode = "${IB_MODE}",
in = {
address = "10.0.0.1:1337",
max_wrs = 512,
cq_size = 512,
buffer_subtraction = 64,
signals = {
count = ${NUM_VALUE},
type = "float"
}
}
}