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
UCC thread mode is: -591294464
Available thread modes: UCC_THREAD_SINGLE=0, UCC_THREAD_FUNNELED=1, UCC_THREAD_MULTIPLE=2
If I initialize attrs with zeros: ucc_lib_attr attrs = {0}; output will be zero, but it feels like ucc_lib_get_attr just doesn't write to ucc_lib_attr output parameter at all.
UCC and UCX versions from HPC-X 2.14
The text was updated successfully, but these errors were encountered:
After lib handle is created I want to confirm that thread support level is the one that I've requested. However code below:
outputs:
If I initialize attrs with zeros:
ucc_lib_attr attrs = {0};
output will be zero, but it feels likeucc_lib_get_attr
just doesn't write toucc_lib_attr
output parameter at all.UCC and UCX versions from HPC-X 2.14
The text was updated successfully, but these errors were encountered: