Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

addprocs does not activate workers in current project #16

Closed
andrew-saydjari opened this issue Feb 12, 2024 · 1 comment · Fixed by #30
Closed

addprocs does not activate workers in current project #16

andrew-saydjari opened this issue Feb 12, 2024 · 1 comment · Fixed by #30

Comments

@andrew-saydjari
Copy link

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+.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment