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
When using trace::TraceScopedEventHash scope("XXX");, the node that calls this immediately sends a message to rank 0 with the hashed event, causing tons of messages that interfere with the application run. We should all-reduce these at the end of the run when we need to write out the STS file.
The text was updated successfully, but these errors were encountered:
Describe the bug
When using
trace::TraceScopedEventHash scope("XXX");
, the node that calls this immediately sends a message to rank 0 with the hashed event, causing tons of messages that interfere with the application run. We should all-reduce these at the end of the run when we need to write out the STS file.The text was updated successfully, but these errors were encountered: