|
uct_ppn_bandwidth is defined belowed: What steps are included |
Answered by
yosefe
Jun 20, 2021
Replies: 2 comments 1 reply
|
This is estimation of endpoint's bandwidth as function of number of concurrent processes using the device. "dedicated" is bandwidth which does not depend on number of users, and "shared" is divided by number of users. Pls see ucx/src/ucp/core/ucp_context.h Line 443 in 55c2885 |
1 reply
Answer selected by
shamisp
|
https://github.com/openucx/ucx/blob/v1.11.0/src/uct/ib/base/ib_iface.c#L1703 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is estimation of endpoint's bandwidth as function of number of concurrent processes using the device. "dedicated" is bandwidth which does not depend on number of users, and "shared" is divided by number of users. Pls see
ucx/src/ucp/core/ucp_context.h
Line 443 in 55c2885