Giter Club home page Giter Club logo

janus's People

Contributors

gaojiaqi avatar linerd avatar sige avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

janus's Issues

How to get the result of multicore

Hello, I've read the paper Risk based Planning of Network Changes in Evolving Data Centers.

But When I tried to excute janus/scripts/12-scale-time.sh to get the result in table 4. I found there is no result of the multicore planner.I tried to change the num_thread variate in janus/src/util/monte_carlo.c and nthreads in janus/src/exec.c but I didn't get the right result.

When I change these variates to 1 and 20 and execute the experiment in four scales with the pug-lookback executor, I got the execute times 0.8167s, 6.6944s,16.7495s, 116.5874s and 2.2692s, 8.9333s, 18.4037s, 117.6078s It seems that the results do not differ much.

I wonder how can I get the correct result.

Thanks!

Potential typo in code

list->sw_list = realloc(list->sw_list, sizeof(struct jupiter_sw_up_list_t) * list->size); in config.c, shouldn't it be list->sw_list = realloc(list->sw_list, sizeof(struct jupiter_sw_up_t) * list->size); ?

A question about subplan equivalence

Hello
In the paper you mentioned that you used Nauty to judge the subplan equivalence (§3.2).But I didn't find the code about Nauty when I look at the source code.I would like to know how you do it. If you didn't use Nuaty I wonder how do you judge the subplan equivalence?
Thanks!

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.