stingergraph / stinger

The STINGER in-memory graph store and dynamic graph analysis platform. Millions to billions of vertices and edges at thousands to millions of updates per second.
http://www.stingergraph.com
Other
209 stars 65 forks source link

Connected Components Standalone is not working for me. #246

Closed EliosSs closed 6 years ago

EliosSs commented 6 years ago

Hey, Good Morning. I'm trying to run the Connected Components as standalone program. I'm using a graph file and an action file generated with the rmat_graph_generator.

Im executing the connected components stand alone like this: (since build directory) ./lib/stinger_connected_components g.20.8.bin a.20.8.100000.bin The CC program runs and creates the STINGER graph successfully, but when it calls the routine "connected_components_stinger" i get a segmentation fault error. Is this correct? am i doing anything wrong? it is the correct way to execute the program? with those parameters i mean? or i need no specify the number of batches and the batches?

If someone could help me i will be grateful. Thanks in advance.

Regards.

ehein6 commented 6 years ago

You seem to be using an old version of stinger. The standalone version of stinger_connected_components was removed a while ago.

If you're looking to execute algorithms from stinger in a standalone environment, try https://github.com/DynoGraph/stinger-dynograph .