Commit e495990a authored by Artem Polyakov's avatar Artem Polyakov Committed by Danny Auble
Browse files

mpi/pmix: Disable Nagle's alg. on direct tcp sockets



Use TCP_NODELAY to solve performance overhead.

Latency results for direct TCP connections:
(small message latency significantly improved)
1       0.000244
2       0.000238
4       0.000239
8       0.000238
16      0.000237
32      0.000240
64      0.000250
128     0.000252
256     0.000250
512     0.000254
1024    0.000335
2048    0.000327
4096    0.000530
8192    0.000540
16384   0.000576
32768   0.000953
65536   0.001634
131072  0.002767
262144  0.004726
524288  0.009316
1048576 0.018161
2097152 0.036179
4194304 0.071893

Signed-off-by: default avatarArtem Polyakov <artpol84@gmail.com>
parent 8cc6e284
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment