42 lines
788 B
Plaintext
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"
|
|
}
|
|
}
|
|
}
|