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 was able to fix test execution for julia 1.11 by removing unused test-dependencies. However I wasn't able to reproduce the errors for windows-latest (julia 1.8 and 1.9) and I don't know what's causing them.
The text was updated successfully, but these errors were encountered:
So Windows memory management is wild and they essentially run a weak form of Valgrind all the time. So there is likely a use after free somewhere. Either in the wrapper or in Lammps itself.
Ok I was now able to reproduce the error. It seems to be caused by the environment variable "OMP_NUM_THREADS" not being set. If I either don't set that variable or set it to "1", issuing a run command will cause the error. If I set it to "2" or higher, it doesn't error.
I can also only get it to error when running the pgk"test". It doesn't happen when I include the runtests.jl file
I was able to fix test execution for julia 1.11 by removing unused test-dependencies. However I wasn't able to reproduce the errors for windows-latest (julia 1.8 and 1.9) and I don't know what's causing them.
The text was updated successfully, but these errors were encountered: