Navigation Menu

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

Building libmetis #3

Closed
dmbates opened this issue Jul 11, 2014 · 1 comment
Closed

Building libmetis #3

dmbates opened this issue Jul 11, 2014 · 1 comment

Comments

@dmbates
Copy link
Contributor

dmbates commented Jul 11, 2014

It would probably make sense to build both a 32-bit and a 64-bit version of Metis under different names so that sparse matrices or graphs do not need to have the index type modified as part of the call nodeND, etc. Right now nodeND requires the sparse matrix to have Int32 indices which, in most cases, will mean creating a copy to change the index type.

@dmbates
Copy link
Contributor Author

dmbates commented Feb 3, 2015

It is necessary to copy the colptr and rowval arrays anyway and the change to Int32 can be done along the way.

@dmbates dmbates closed this as completed Feb 3, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant