You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm learning UCX by creating a basic wrapper for both the client and server. I am using AM communication. When I run my client, I get below error :
[1749297901.816001] [prateek:19822:0] wireup_cm.c:128 UCX DIAG client ep 0x74059a9e0000 failed to connect to 127.0.0.1:9090 using tcp cms
[1749297901.816007] [prateek:19822:0] ucp_ep.c:1474 UCX DEBUG ep 0x74059a9e0000: set_ep_failed status Destination is unreachable on lane[0]=0x63dfe0a06680
[1749297901.816011] [prateek:19822:0] ucp_ep.c:1437 UCX DEBUG ep 0x74059a9e0000: discarding lanes
[1749297901.816016] [prateek:19822:0] ucp_ep.c:1445 UCX DEBUG ep 0x74059a9e0000: discard uct_ep[0]=0x63dfe0a06680
[1749297901.816021] [prateek:19822:0] proto_common.c:824 UCX DEBUG abort request 0x63dfe0a11500 proto reconfig status Destination is unreachable
[1749297901.816029] [prateek:19822:0] wireup_ep.c:440 UCX DEBUG ep 0x74059a9e0000: destroy wireup ep 0x63dfe0a06680
[1749297901.816036] [prateek:19822:0] ucp_ep.c:3505 UCX DEBUG ep 0x74059a9e0000: calling user error callback 0x63dfba0f0cde with arg 0x7fff7e44b3f0 and status Destination is unreachable
FILE: /home/prateek/Workspace/UCX/src/client/client.cc FUNCTION : ErrorHandlingCb LINE : 65 message: Error handling callback invoked with status: Destination is unreachable
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm learning UCX by creating a basic wrapper for both the client and server. I am using AM communication. When I run my client, I get below error :
My code is very similar to sample client-server example in opneucx repo. Below is my code for client and server :
https://github.com/PrateekJoshi/UCX/tree/master/examples
Can anyone help to understand what is the problem ? I will appreciate any help that can lead to fixing this issue 🙏
Full client log :
Full server log :
Beta Was this translation helpful? Give feedback.
All reactions