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
Currently "EDGES_PER_BLOCKARRAY" is a constant fixed to 1 << 18. But this causes errors for graphs with max degree larger this constant. This should be fixed so that the largest blockarray size scales according to max degree. Perhaps an initial degree-reading pass is needed prior to initializing Hornet.
See externals/hornet/include/Core/MemoryManager/MemoryManagerConf.hpp
The text was updated successfully, but these errors were encountered:
ogreen
pushed a commit
to ogreen/hornet
that referenced
this issue
Nov 20, 2018
Currently "EDGES_PER_BLOCKARRAY" is a constant fixed to 1 << 18. But this causes errors for graphs with max degree larger this constant. This should be fixed so that the largest blockarray size scales according to max degree. Perhaps an initial degree-reading pass is needed prior to initializing Hornet.
See externals/hornet/include/Core/MemoryManager/MemoryManagerConf.hpp
The text was updated successfully, but these errors were encountered: