hornet-gt / hornet

Hornet data structure for sparse dynamic graphs and matrices
BSD 3-Clause "New" or "Revised" License
78 stars 31 forks source link

Large SNAP graph causes crashes #20

Open ogreen opened 6 years ago

ogreen commented 6 years ago

When trying to load the SNAP-Frienster graph http://snap.stanford.edu/data/com-Friendster.html the application fails. This happens on both the P40 and P100 GPU that can supposedly store such graphs.

pgera commented 5 years ago

It looks like int types are used in several places which impose the 32bit limit. Changing vid_t and eoff_t in BasicTypes.hpp gives compilation errors.

ogreen commented 5 years ago

The fact that you are getting compiler errors implies that there are variables that are not instantiated properly.