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

Using matrix market format for bfs #21

Open
mahmoodn opened this issue Dec 19, 2019 · 0 comments
Open

Using matrix market format for bfs #21

mahmoodn opened this issue Dec 19, 2019 · 0 comments

Comments

@mahmoodn
Copy link

I would like to feed road_usa graph to CUDA-D/BFS.
The input is in market format which in my understanding is a valid format for BFS in this suite.

$ head -n 10 input/road_usa.mtx
23947347 23947347 28854312
2 1
710 1
1049674 1
2097155 2
10 3
2097153 3
2097157 3
1904 4
1048579 4

However, I get a segmentation fault like this:

$ ./bfs -f input/road_usa.mtx
TITAN V Segmentation fault (core dumped)

I would like to know If that is a valid input for chai or not? The two input graphs are small for my purposes.

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