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

Added support for somewhat-parallel make. #522

Merged
merged 1 commit into from
Mar 5, 2012

Conversation

pao
Copy link
Member

@pao pao commented Mar 5, 2012

The implementation is that the "master make" doesn't run parallel, but all the sub-make calls do. This keeps the dependencies in external/ from walking over one another. To actually use this, you'll need to either modify Make.inc or call:

$ make -DPARALLEL_BUILD_JOBS=n

Also be careful that you give your VM enough memory to parallel-link LAPACK/BLAS. Speaking from experience.

The implementation is that the "master make" doesn't run parallel, but all the sub-make calls do. This keeps the dependencies in external/ from walking over one another. To actually use this, you'll need to either modify Make.inc or call:

$ make -DPARALLEL_BUILD_JOBS=n
ViralBShah added a commit that referenced this pull request Mar 5, 2012
Added support for somewhat-parallel make.
@ViralBShah ViralBShah merged commit 335d1ef into JuliaLang:master Mar 5, 2012
Keno pushed a commit that referenced this pull request Oct 9, 2023
* clean up coverage files generated by test
* delete coverage files more nicely
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

Successfully merging this pull request may close these issues.

2 participants