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

Ensure that trilinos and petsc link to appropriate versions of superlu-dist #972

Closed
wants to merge 2 commits into from

Conversation

KineticTheory
Copy link
Contributor

…lu-dist.

- Prevent petsc from linking to superlu-dist@5 since this version of
  superlu-dist is not currently supported by petsc.
- Prevent trilinos versions prior to 12.6.2 from linking to superlu-dist@5.
- Fix formatting to meet pep8 requirements.
# see https://bitbucket.org/petsc/petsc/src/90564b43f6b05485163c147b464b5d6d28cde3ef/config/BuildSystem/config/packages/hypre.py
# Hypre does not support complex numbers. Also PETSc prefer to build it
# without internal superlu, likely due to conflict in headers see
# https://bitbucket.org/petsc/petsc/src\
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe add # NOQA: ignore=E501 so that the link is not broken and it is easy to copy-paste it to a browser?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@davydden I didn't like breaking those URLs, but I was just trying to get through the current pep8 filters. I'll update these files based on your suggestion and resubmit the PR.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

resubmit the PR.

no need ot resubmit the PR, just push the changes here, to the existing PR.

@davydden
Copy link
Member

👍

@KineticTheory
Copy link
Contributor Author

These changes are superseded by #1053 (which also resolves #901). I am closing this PR.

@KineticTheory KineticTheory deleted the pkg-superludist5 branch April 18, 2017 15:06
olupton pushed a commit to olupton/spack that referenced this pull request Feb 7, 2022
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.

check which versions (if any) of petsc/trilinos supports Superlu_dist 5.0
2 participants