Parallel node execution process slow? #3636
Unanswered
tianshangwuyun
asked this question in
Q&A
Replies: 1 comment
-
Same observation here |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Nodes 2 and 3 are on the same superstep They execute concurrently, with other nodes executing alternately. This results in the execution of 2, 4, 6, and 8, which could have been done quickly, but may have been slow due to prolonged code running in 5, 7, and 9
Beta Was this translation helpful? Give feedback.
All reactions