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

Run code generation in parallel #203

Open
mbanck opened this issue Jan 17, 2021 · 0 comments
Open

Run code generation in parallel #203

mbanck opened this issue Jan 17, 2021 · 0 comments
Assignees

Comments

@mbanck
Copy link
Contributor

mbanck commented Jan 17, 2021

As far as I can tell, stage1 (generator build) and stage3 (compilation) are done in parallel via make -j4 or whatever. However, stage2 (code generation via build_libint) seems to be serial. This is not a problem for smaller MAX_AM, but once you go higher, it can take a long time and it sounds like something that should be possible to run in parallel in principle.

@evaleev evaleev self-assigned this Sep 13, 2021
@evaleev evaleev linked a pull request Sep 13, 2021 that will close this issue
16 tasks
@evaleev evaleev removed a link to a pull request Sep 13, 2021
16 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants