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

Is there a way to kill a Julia runtime? #455

Open
ma-sadeghi opened this issue Feb 9, 2024 · 1 comment
Open

Is there a way to kill a Julia runtime? #455

ma-sadeghi opened this issue Feb 9, 2024 · 1 comment
Labels
question Further information is requested

Comments

@ma-sadeghi
Copy link

I want to use Python multiprocessing to call a Julia function in parallel, which works fine, as long as I don't import juliacall outside Python's Worker context (either in the main script directly or in any function that eventually get called from the main script).

I don't know what's causing it, but I feel like if I can kill the current Julia runtime after Worker has done its job, then it should be fine to call juliacall in the main script.

@cjdoris
Copy link
Collaborator

cjdoris commented Feb 22, 2024

JuliaCall has no feature to stop the Julia runtime. I don't know if Julia itself even has such functionality.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants