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

Parallel Lockstep #11

Open
Cl4sm opened this issue Oct 27, 2023 · 4 comments
Open

Parallel Lockstep #11

Cl4sm opened this issue Oct 27, 2023 · 4 comments

Comments

@Cl4sm
Copy link
Collaborator

Cl4sm commented Oct 27, 2023

It'd be nice to build all docker containers in lockstep in parallel.
The locksteps should not interfere with each other afaik.

@Lukas-Dresel
Copy link
Collaborator

Counterpoint: buildguy depends on symcts build to avoid having to rebuild everything from scratch (all of LLVM twice)

@Lukas-Dresel
Copy link
Collaborator

similarly for symcc

@Lukas-Dresel
Copy link
Collaborator

To be clear, I'm not saying we can't/shouldn't do this. There's a good chance rebuilding twice in parallel will be faster. But these containers get quite big already, so there's a tradeoff to be made.

@rhelmot
Copy link
Owner

rhelmot commented Oct 30, 2023

Alternately: we can formalize some specific lock steps and the locker can e.g. feed them to docker who can parallelize them at will

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

3 participants