GithubHelp home page GithubHelp logo

Comments (3)

tisba avatar tisba commented on September 27, 2024

Wow, this is awesome! A while back I was thinking about how to improve this without making to much changes, but this approach seems to be simple and straight forward. Thanks!

from tsung.

nniclausse avatar nniclausse commented on September 27, 2024

i was thinking about your use case , when i realize that it was silly to not spread the list of beams, and by doing this we could go much higher that the 10 parallel start.
I did a test with 620 beams (on ~50 nodes), it tooks 1mn28s (and most of the time is spent in the global sync phase, so there is still room to optimize it further)

from tsung.

tisba avatar tisba commented on September 27, 2024

I started to work on researching what is necessary to use -connect_all false in tsung and only establish explicit connections between controllers and slaves and not between slaves. It's a bit tricky, because global name registration does not work in that case, but that should not technical not be necessary. It does require a bit of rework though.

If we can get this done, there will only be one connection per slave, and not (slave^2-slave)/2 connections.

from tsung.

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.