Closed YuvalAbadi closed 8 months ago
Tested successfully master and v1.15 with:
./examples/ucp_client_server -s 100 -a X.X.X.X
./examples/ucp_client_server -s 100
Also tested with added -c am
on both side. Do you also have the -s
parameter on the server side?
I didnt add -s on both sides.
is the server reply back to client the same message?
yes once, so -s
parameter is needed also on server side.
Thanks
Segmentation fault (core dumped)
Segmentation fault (core dumped)
Tried similar commands below and did not see any repro. Could you please try a later version?
./examples/ucp_client_server -c am -i 10000 -s 10000
./examples/ucp_client_server -c am -i 10000 -s 10000 -a x.x.x.x
Thanks
when i use ./examples/ucp_client_server -s 1000 -i 100 -c am ./examples/ucp_client_server -s 1000 -i 100-c am -a localhost
the test seem to ends, no more prints but client not return both server and client 99% CPU I compile v.16x devel
how could I configured the have Rendezvous, server will reply to client , (ping-pong)
the test seem to ends, no more prints but client not return both server and client 99% CPU I compile v.16x devel
that should be fixed by #9701
merged #9701
Describe the bug
when using message size. -s . above 20. the client never ends run server got fin message, but client not return
Steps to Reproduce
ucx_info -v
)Setup and versions
cat /etc/issue
orcat /etc/redhat-release
+uname -a
cat /etc/mlnx-release
(the string identifies software and firmware setup)