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

Bugfix/parallel builds #82

Merged
merged 3 commits into from
Nov 25, 2024
Merged

Bugfix/parallel builds #82

merged 3 commits into from
Nov 25, 2024

Conversation

fluidnumerics-joe
Copy link
Member

Resolves #81

Copy link

codecov bot commented Nov 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

📢 Thoughts on this report? Let us know!

@tmagik
Copy link

tmagik commented Nov 25, 2024

Using cmake on my 96 core server now gets me this:
make -j
real 0m9.046s
user 1m30.934s
sys 0m14.265s

make -j 96
real 0m7.758s
user 1m32.092s
sys 0m13.600s

Using Ninja:
ninja
real 0m7.539s
user 1m28.717s
sys 0m10.797s

@fluidnumerics-joe fluidnumerics-joe merged commit 2024f39 into main Nov 25, 2024
11 checks passed
@fluidnumerics-joe fluidnumerics-joe deleted the bugfix/parallel-builds branch November 25, 2024 23:42
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.

Parallel builds break
2 participants