fall back to sequential extension install if parallel install is not implemented#4034
Merged
boegel merged 2 commits intoeasybuilders:developfrom Jul 6, 2022
Merged
Conversation
boegel
requested changes
Jun 25, 2022
| self.install_extensions_parallel(install=install) | ||
| except NotImplementedError: | ||
| # If parallel extension install is not supported for this type of extension then install sequentially | ||
| self.log.experimental("parallel extensions install is not supported for ..., so install sequentially.") |
Member
There was a problem hiding this comment.
I assume this is WIP, and the ... still needs to be replaced with something more meaningful?
Member
Author
There was a problem hiding this comment.
Yes, though I cannot remember what I was intending to put there. So I've changed it in 3e5115a
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
(created using
eb --new-pr)This is hit when you want to build R with parallel extension install, but you've not yet built some of the dependencies (easybuilders/easybuild-easyconfigs#15767 (comment)). Test the difference with: