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
If we run the metropolis with different numbers of cores the result changes.
The issue lies in the sweep function. Parallelizing in "t" only is not enough, as we should account also of nearest enighbors in the spatial directions.
The text was updated successfully, but these errors were encountered:
If we run the metropolis with different numbers of cores the result changes.
The issue lies in the `sweep` function. Parallelizing in "t" only is not enough, as we should account also of nearest enighbors in the spatial directions.
one needs to do even/odd in t-direction, but that should be enough.
what do you mean by "the results change?" They are not expected to be
identical, are they?
By how much do the results change? I do not expect it to be exactly identical, because the number of random number generators we assign and use depends on the number of cores, and I am not sure if the loop iterations are distributed statically or dynamically to the threads.
If we run the metropolis with different numbers of cores the result changes.
The issue lies in the
sweep
function. Parallelizing in "t" only is not enough, as we should account also of nearest enighbors in the spatial directions.The text was updated successfully, but these errors were encountered: