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

Julia tools running scenarios in parallel need to compile the same code multiple times #20

Open
spine-o-bot opened this issue Feb 2, 2021 · 3 comments
Assignees

Comments

@spine-o-bot
Copy link

In GitLab by @manuelma on Dec 5, 2020, 23:13

When we automatically parallelize execution of scenarios, each tool instance needs to run in a separate process or kernel, otherwise they can't run in parallel.

That's ok, but the problem is julia tools need to compile the code the first time it's run. So if we spawn multiple julia sessions to run the same code, they will all be running the same compilation statements. There must be a way to compile only once into a system image, and then use that system image in all other processes to save time.

@spine-o-bot
Copy link
Author

In GitLab by @manuelma on Dec 5, 2020, 23:13

changed the description

@spine-o-bot
Copy link
Author

In GitLab by @manuelma on Dec 5, 2020, 23:15

changed the description

@spine-o-bot
Copy link
Author

In GitLab by @manuelma on Dec 6, 2020, 11:49

changed the description

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

2 participants