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
ucx_perftest works for UCP tests . But fails on UCT tests with "no such device" even though I'm specifying the same device. I am using the device name as reported by ucx_info -d | grep Device
hi @jw292 ,
when running UCT layer tests, the name of the transport has to be exactly as appears in "ucx_info -d" in "Transport: " section.
for example, try using "-x rc_mlx5" instead of "-x rc".
(UCP layer has aliases for some transports; that's why UCX_TLS=rc works)
Describe the bug
ucx_perftest works for UCP tests . But fails on UCT tests with "no such device" even though I'm specifying the same device. I am using the device name as reported by ucx_info -d | grep Device
Steps to Reproduce
Run UCP test:
From second node
But UCT tests such as am_lat fail :
ucx_perftest -t am_lat -c 0 -d mlx5_0:1 -x rc
From second node:
I've also tried with am_bw, and with -x ud, but none of them work. Am I missing something obvious?
Setup and versions
cat /etc/redhat-release
Rocky Linux release 8.5 (Green Obsidian)
uname -a
Linux dnode157 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 20:49:28 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
Additional information (depending on the issue)
ucx_info -d
The text was updated successfully, but these errors were encountered: