-
Notifications
You must be signed in to change notification settings - Fork 10
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
Fixes GPU, update for clang and latest Petsc, add workflow testing build #69
base: main
Are you sure you want to change the base?
Conversation
9ad08ea
to
38dced3
Compare
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.
@Thomas-Ulrich Where does the value of env.PETSC_VERSION
come from? We will need to frequently bump the version of petsc being used over time.
44cdd14
to
82d2ee5
Compare
…kokkos depending on the value of -vec_type. This resolves errors associated with using --matrix_free yes
85d086f
to
ddf0b8e
Compare
196c091
to
4e0ec7d
Compare
env.PETSC_VERSION was hardcoded. Now the code looks at the pypi server to find the latest release. |
4ed8374
to
ad4a445
Compare
ad4a445
to
a53dbb6
Compare
(building-up on dmay/petsc_dev_hip branch)