-
uct_ppn_bandwidth is defined belowed:
What steps are included |
Beta Was this translation helpful? Give feedback.
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 |
Beta Was this translation helpful? Give feedback.
-
https://github.com/openucx/ucx/blob/v1.11.0/src/uct/ib/base/ib_iface.c#L1703 |
Beta Was this translation helpful? Give feedback.
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