You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: