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

Enable parallelization while compiling Sage's documentation #38574

Open
1 task done
maxale opened this issue Aug 28, 2024 · 1 comment
Open
1 task done

Enable parallelization while compiling Sage's documentation #38574

maxale opened this issue Aug 28, 2024 · 1 comment

Comments

@maxale
Copy link
Contributor

maxale commented Aug 28, 2024

Problem Description

On a 40-code system I compile sage by running MAKE="make -j40" make -j40. Make does quite a decent job in parallelizing compilation of Sage's code sources, but when it comes to compiling Sage's documentation the process mainly goes in a single thread. As a result, compiling Sage's documentation takes significantly long time (maybe even longer than the rest of Sage).

Proposed Solution

I hope it's possible to enable parallelization in compilation of Sage's documentation, although I do not have a particular recipe. This should dramatically speed up the overall compilation of Sage from sources.

Alternatives Considered

N/A

Additional Information

No response

Is there an existing issue for this?

  • I have searched the existing issues for a bug report that matches the one I want to file, without success.
@fchapoton
Copy link
Contributor

just use make build to never compile the doc

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

3 participants