-
Notifications
You must be signed in to change notification settings - Fork 305
update PETSc easyblock for newer versions (>= 3.17) #2796
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
update PETSc easyblock for newer versions (>= 3.17) #2796
Conversation
…ecified due to library name changes. Several additional libraries added to the SuiteSparse which are required by PETSc as well.
easybuild/easyblocks/p/petsc.py
Outdated
| # which is the reason for this new code. | ||
| req_scotch_libs = ['libptesmumps.a', 'libptscotchparmetisv3.a', | ||
| 'libptscotch.a', 'libptscotcherr.a', 'libesmumps.a', | ||
| 'libscotch.a', 'libscotcherr.a'] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please sort these library names alphabetically, much easier for human eyes?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done!. :)
|
@boegel any updates on this? :) |
|
Test report by @boegel Overview of tested easyconfigs (in order)
Build succeeded for 4 out of 4 (4 easyconfigs in total) |
(created using
eb --new-pr)Modifications for PETSc 2022a. Now the SCOTCH libraries need to be specified due to library name changes. Several additional libraries added to the SuiteSparse which are required by PETSc as well.