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

Compilation error when Metis is configured with 64-bit indices #419

Open
WojciechMula opened this issue Jan 21, 2016 · 0 comments
Open

Compilation error when Metis is configured with 64-bit indices #419

WojciechMula opened this issue Jan 21, 2016 · 0 comments

Comments

@WojciechMula
Copy link

According to the Metis documentation the library could be configured with 32 (default) or 64-bit indices. This is done by adjusting a definition DXTYPEWIDTH in include/metis.h.

And when the value is set to 64 bit then hyrise compilation fails due to invalid conversion. The source uses bare type int, while Metis uses an alias idx_t.

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

No branches or pull requests

1 participant