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
Due to JuliaLang/julia#49094, the interactive thread(s) (if you start any) are now thread 1 (and up) and the default threads start after that. That breaks this assertion, which I don't think is necessary anyway?
Due to JuliaLang/julia#49094, the interactive thread(s) (if you start any) are now thread 1 (and up) and the default threads start after that. That breaks this assertion, which I don't think is necessary anyway?
I think this can be fixed with something like:
Also, since this package uses thread-local data, you probably want to use
maxthreadid()
here instead ofnthreads()
.The text was updated successfully, but these errors were encountered: