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
The underlying problem was that deepcopy is frequently memory unsafe, per Julia developers (this needs to be announced more broadly). Attempting to deecopy an FFTW plan was leading to a use-after-free, reported here JuliaMath/FFTW.jl#261. In the future we will avoid all uses of deepcopy in Sunny.
See discussion here: JuliaLang/julia#48722
As a temporary workaround, we have disabled dipole-dipole interactions in unit tests that check for energy consistency. 3d54b13
The text was updated successfully, but these errors were encountered: