You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 30, 2023. It is now read-only.
mlx@up111:~/CuSha$ ./cusha --input /ssd/mlx/pr_friendster_input --method CW --output /ssd/mlx/prout.txt --undirected
Device with ID 0 is selected to process the graph.
Collecting the input graph ...
Input graph collected with 99868944 vertices and 3612134270 edges.
Block size would be 0.
The graph is divided into 0 shards.
Concatenated Windows will be the processing method.
Segmentation fault (core dumped)
mlx@up111:~/CuSha$
The number of vertices and edges is also different from the given one (65,608,366 1,806,067,135) ?
The text was updated successfully, but these errors were encountered:
When I run pagerank on Friendster(https://snap.stanford.edu/data/com-Friendster.html), the program crashed. (The memory is large enough.)
The error information is shown as follows:
The number of vertices and edges is also different from the given one (65,608,366 1,806,067,135) ?
The text was updated successfully, but these errors were encountered: