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 am not sure what exactly happened. I might have killed a julia process that was precompiling something, but that might not be related.
I suspect at least that AiidaDFTK modifies the local preferences during precompilation. (EDIT: This is indeed the case when precompiling with MPI. That is already a bad idea because it tends to deadlock, but it can happen.)
It's worth investigating.
The text was updated successfully, but these errors were encountered:
The fact that you have DFTK_threads = 1 is weird. Should not happen unless you start Julia with more threads than you want to use in DFTK. Not sure this is such a good idea. In fact this could potentially trigger a rewrite of the properties file. Can you not do that (i.e. disable_threading without specifying DFTK threads explicitly and with using exactly one Julia thread) and see if the problem persists.
But yes we should investigate this and figure out what we can do.
At some point my local preferences got reset from
to just
I am not sure what exactly happened. I might have killed a julia process that was precompiling something, but that might not be related.
I suspect at least that AiidaDFTK modifies the local preferences during precompilation. (EDIT: This is indeed the case when precompiling with MPI. That is already a bad idea because it tends to deadlock, but it can happen.)
It's worth investigating.
The text was updated successfully, but these errors were encountered: