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
As far as I understand it/have tested, after version 1.9, addprocs(n) creates workers in the same environment as the main process (see JuliaLang/julia#49003). However, addprocs(SlurmManager()) does not seem to do so. This is a problem because activating a project the "old-fashioned way" on new workers takes 10x longer in Julia 1.9+.
The text was updated successfully, but these errors were encountered:
As far as I understand it/have tested, after version 1.9,
addprocs(n)
creates workers in the same environment as the main process (see JuliaLang/julia#49003). However,addprocs(SlurmManager())
does not seem to do so. This is a problem because activating a project the "old-fashioned way" on new workers takes 10x longer in Julia 1.9+.The text was updated successfully, but these errors were encountered: