GithubHelp home page GithubHelp logo

Generation of Kronecker graph about gapbs HOT 4 CLOSED

Neelam96 avatar Neelam96 commented on September 28, 2024
Generation of Kronecker graph

from gapbs.

Comments (4)

sbeamer avatar sbeamer commented on September 28, 2024

That example command generates the graph in memory, and then executes BFS on that graph. When the program terminates, that graph is lost.

To save a graph, you may want to consider writing it to a file with the converter program. It accepts the same arguments for building the graph (such as -g 20), however, you also need to give it an output type and filename. For example, the following will generate a 1 million vertex Kronecker graph and store the result in a file as a plaint-text edge list named kron20.el:

$ ./converter -g 20 -e kron20.el

You may also want to peek at the Makefile used for the benchmark (https://github.com/sbeamer/gapbs/blob/master/benchmark/bench.mk) which also uses converter as well as a more efficient serialized graph format.

from gapbs.

Neelam96 avatar Neelam96 commented on September 28, 2024

Thanks, I was able to generate the graphs.

Can you please tell me where can I read more about the arguments passed in benchmark.mk for KRON and URAND:
https://github.com/sbeamer/gapbs/blob/master/benchmark/bench.mk#L86

from gapbs.

sbeamer avatar sbeamer commented on September 28, 2024

You can use the flag -h to get the programs to print out their command line argument flag help information.

from gapbs.

Neelam96 avatar Neelam96 commented on September 28, 2024

Got it

Thanks again

from gapbs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.