Skip to content

Enable parallelization while compiling Sage's documentation #38574

Open
@maxale

Description

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions