-
Notifications
You must be signed in to change notification settings - Fork 204
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
Rbundle build extremely slow even with --skip (655 exts ~27min) #3449
Comments
Finally got a full extension build through:
|
@BenjaminHCCarr This issue should be largely fixed with the changes in #3498. There's more room for improvement, but with less performance benefit (and requiring significantly more work to implement)... |
Update on this: there's some work-in-progress on support for installing extensions in parallel, especially R packages: see #3667 and easybuilders/easybuild-easyblocks#2408 . It's already functional, but it needs a little bit more love before we can include this in an EasyBuild release (perhaps we should make it an experimental feature to encourage testing). |
Initial experimental support for installing extensions in parallel has been merged in #3667, and the There are a couple of caveats still though:
|
I'm considering this fixed in the upcoming EasyBuild 5.0, see: |
I am building a 655 extension R bundle but it is taking ~27 minutes to run
--skip --rebuild
even though the only thing needed is to rerun sanity checks:ran effectively:
the
--skip --rebuild
stage taking 27 minutesThe text was updated successfully, but these errors were encountered: