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

how to run the program correctly #1

Open
guowentian opened this issue Oct 8, 2016 · 2 comments
Open

how to run the program correctly #1

guowentian opened this issue Oct 8, 2016 · 2 comments

Comments

@guowentian
Copy link

Hi, I successfully compiled the program, process the edge data files, but failed to output the correct result.

I use the data from https://snap.stanford.edu/data/soc-pokec.html , consisting of 30 million edges, run your process text_to_bin.bin by setting reverse=1 . Then I run the gpu_ibfs.bin with conrrent_count=64(128) and bfs_count=1, because I want to see the performance for single instance. But I found that the total time elapsed is about 9*10e-7, i.e. less than 10e-6 seconds. That cannot be true, for such a graph, right?

Any suggestions ?

@guowentian
Copy link
Author

Hi, I come to realize that src_count>= concurrent_count should be maintained. If I want to test the performance of single instance bfs, what should I do? Is it better to run Enterprise directly ?

@asherliu
Copy link
Contributor

Hi guowentian,

Yes. src_count >= concurrent_count should be maintained. If you want to test single BFS performance, again, you are right, you better run Enterprise directly.

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