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
After multiple attempts, calculating the variance of states.particles still scales very poorly. An example is shown below. Profiling shows the slowdown comes from MPI.Reduce!. It needs to be investigated if anything can be done about this.
After multiple attempts, calculating the variance of
states.particlesstill scales very poorly. An example is shown below. Profiling shows the slowdown comes fromMPI.Reduce!. It needs to be investigated if anything can be done about this.