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
I would like to compare time.offset across traces from different MPI ranks. I notice in the Timestamp section, it says:
Note that timestamps are not synchronized between nodes in a distributed-memory program.
Is there some way to work around this? I realize that synchronizing clocks is a hopelessly complicated problem in general, but if I just wanted something like:
We currently don't have a way to reset timestamps. You can of course can manually post-process the trace data and update timestamps when you know where a barrier is.
@daboehme This is quite a show-stopper for me. Would it be difficult to add something like reset_time()? Is this compatible with how services are designed now?
I would like to compare
time.offset
across traces from different MPI ranks. I notice in the Timestamp section, it says:Is there some way to work around this? I realize that synchronizing clocks is a hopelessly complicated problem in general, but if I just wanted something like:
Is there a way to achieve this?
The text was updated successfully, but these errors were encountered: