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've noticed that there is some nondeterminism occuring within saltatlas when run on the same inputs on multiple ranks. This nondeterminism appears to disappear when run on one rank, so it seems likely that it arises in the partitioner. I haven't explored the source further. If the nondeterminism is the result of explicit randomness in the partitioner, can we expose the random seed so that it can be set for repeatability? If the source is instead some parallel nondeterminism, do we understand where it occurs?
The text was updated successfully, but these errors were encountered:
I've noticed that there is some nondeterminism occuring within saltatlas when run on the same inputs on multiple ranks. This nondeterminism appears to disappear when run on one rank, so it seems likely that it arises in the partitioner. I haven't explored the source further. If the nondeterminism is the result of explicit randomness in the partitioner, can we expose the random seed so that it can be set for repeatability? If the source is instead some parallel nondeterminism, do we understand where it occurs?
The text was updated successfully, but these errors were encountered: