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
Describe the bug
I'm trying to run fi_rdm_tagged_bw benchmark using UCX provider.
On the client side I get the following error:
[1720021258.401279] [slimfly2:990044:0] ucp_ep.c:1054 UCX ERROR the parameter params->address must not be NULL
[error] fabtests:common/shared.c:1502: fi_av_insert: number of addresses inserted = 0; number of addresses given = 1
The ucx provider doesn't support remote address resolution via fi_getinfo(). Please add the -b option to the command line to enable out-of-band address exchange.
Describe the bug
I'm trying to run
fi_rdm_tagged_bw
benchmark using UCX provider.On the client side I get the following error:
[1720021258.401279] [slimfly2:990044:0] ucp_ep.c:1054 UCX ERROR the parameter params->address must not be NULL
[error] fabtests:common/shared.c:1502: fi_av_insert: number of addresses inserted = 0; number of addresses given = 1
To Reproduce
Server:
fi_rdm_tagged_bw -p ucx -e rdm -I 512 -w 100 -W 1 -S 2097152 --pin-core 31
Client:
fi_rdm_tagged_bw 192.168.1.11 -p ucx -e rdm -I 512 -w 100 -W 1 -S 2097152 --pin-core 31
Output
Output with FI_LOG_LEVEL=debug :
Environment:
OS Rocky Linux 9.4
UCX v1.16.0
libfabric master
The text was updated successfully, but these errors were encountered: