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

Large SNAP graph causes crashes #20

Open
ogreen opened this issue Apr 23, 2018 · 2 comments
Open

Large SNAP graph causes crashes #20

ogreen opened this issue Apr 23, 2018 · 2 comments

Comments

@ogreen
Copy link
Collaborator

ogreen commented Apr 23, 2018

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
Copy link

pgera commented Oct 2, 2018

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
Copy link
Collaborator Author

ogreen commented Oct 4, 2018

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

ogreen pushed a commit to ogreen/hornet that referenced this issue Nov 20, 2018
Added single GPU betweenness centrality
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

2 participants