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

Empty output #2

Open
lyuheng opened this issue Sep 16, 2022 · 0 comments
Open

Empty output #2

lyuheng opened this issue Sep 16, 2022 · 0 comments

Comments

@lyuheng
Copy link

lyuheng commented Sep 16, 2022

Hi, I followed the build instruction and tried PageRank on a test graph. It seems that the program ends in one iteration and all outputs are empty.

[c0108 CodeTest]$ Grus_framework/build/pr --input ./soc-LiveJournal1.undirected.random.weight.gr         
./soc-LiveJournal1.undirected.random.weight.gr has 4847571 nodes and 86220856  edges
10009 has max out degree 20334
/home/lyuan/Desktop/k-core/CodeTest/Grus_framework/samples/pagerank/pr.cu:178 HOST: PR single
/home/lyuan/Desktop/k-core/CodeTest/Grus_framework/include/graph.cuh:174 HOST: using opt
itr 0 in 0.065
[c0108 CodeTest]$ 

And I tried other applications which ends in one iteration as well. Can you please give me some instructions on why this would happen? Thanks in advance.

[c0108 CodeTest]$ Grus_framework/build/sssp --input ./soc-LiveJournal1.undirected.random.weight.gr
./soc-LiveJournal1.undirected.random.weight.gr has 4847571 nodes and 86220856  edges
10009 has max out degree 20334
/home/lyuan/Desktop/k-core/CodeTest/Grus_framework/samples/sssp/sssp.cu:144 HOST: SSSP single
/home/lyuan/Desktop/k-core/CodeTest/Grus_framework/include/graph.cuh:174 HOST: using opt
itr 0 in 0.056
[c0108 CodeTest]$ 
[c0108 CodeTest]$ Grus_framework/build/bfs --input ./soc-LiveJournal1.undirected.random.weight.gr                     
./soc-LiveJournal1.undirected.random.weight.gr has 4847571 nodes and 86220856  edges
10009 has max out degree 20334
/home/lyuan/Desktop/k-core/CodeTest/Grus_framework/samples/bfs/bfs.cu:144 HOST: BFS single
/home/lyuan/Desktop/k-core/CodeTest/Grus_framework/include/graph.cuh:174 HOST: using opt
itr 0 in 0.049 totoal 34.491
[c0108 CodeTest]$ 
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