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

Make create_library work with Distributed #576

Open
KristofferC opened this issue Oct 4, 2021 · 0 comments
Open

Make create_library work with Distributed #576

KristofferC opened this issue Oct 4, 2021 · 0 comments

Comments

@KristofferC
Copy link
Member

In order to use Distributed, the Julia session needs to start new Julia processes with some "special properties". Those Julia processes also need access to the Project.toml file so they can look up the UUID for packages that they are going to load in their session.

This is now fixed for create_app in #572 by bundling the Julia executable that comes with the Julia installation and also bundling the Project.toml that is used for the app. Something similar needs to be done for create_library.

Any thoughts @kmsquire?

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

No branches or pull requests

1 participant