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
Starting Julia multithreaded leads to segfaults, probably during sampling with OpenMM. This sounds as if it is related to PyCalls limited multithreading GC support.
This is surprising though since (afaik) we don't use any threads, at least explicitly, so every pycall should come from thread 1 anyways.
The text was updated successfully, but these errors were encountered:
Starting Julia multithreaded leads to segfaults, probably during sampling with OpenMM. This sounds as if it is related to PyCalls limited multithreading GC support.
This is surprising though since (afaik) we don't use any threads, at least explicitly, so every pycall should come from thread 1 anyways.
The text was updated successfully, but these errors were encountered: