-
Notifications
You must be signed in to change notification settings - Fork 142
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
Merge changes from PETSc repository #6
Comments
Sounds like a good idea, |
My fixes related to the use of the random number generator have been extremely useful in production for getting reproducible partitions in parallel runs. |
You can PR the changes and I'll incorporate them. |
Great. Regarding ParMetis, I'll try to do it before the summer is out. |
I am trying to update MeTiS/ParMeTiS with PETSC and MFEM. Couple of things came out:
#ifndef REALTYPEWIDTH In metis.h. Alternatively, one needs to define these. I did make these changes in MFEM - which was straightforward, as it is using CMAKE directly. PETSC is more complicated. I informed PETSC about this... |
Thanks for creating this repository.
Before this, people from PETSc project maintained their own in https://bitbucket.org/petsc/pkg-metis/. We should review the changes they made and incorporate them here.
cc @prj- @balay @dalcinl
The text was updated successfully, but these errors were encountered: