Giter VIP home page Giter VIP logo

Comments (3)

SkyShiS avatar SkyShiS commented on September 26, 2024

hello, author! I get another question that what the "oracle" means in this sentence, "if oracle, we check all SFF, if non oracle, we check only my own sff" ?

from sfctss.

mblo avatar mblo commented on September 26, 2024

Hi @SkyShiS,

Here are the answers to your questions:

  • What is oracle? If a scheduler is configured with oracle=True, the scheduler acts like having access to all servers of all sites. Otherwise, if a scheduler runs with oracle=False, it will consider only site-local SFIs for taking scheduling decisions (i.e., all SFIs the SFF is in charge of). For example, when you run MppScheduler with oracle=True, it behaves like IA-MPP. If you run it with oracle=False, it behaves like STEAM.
  • Do you have flow charts or pseudocode of the schedulers? We refer to the paper (Section III, IV, and V.A) for a high level description how the schedulers work -- we don't have any flow charts. However, we highly recommend starting to read the code from the flow of the packets, i.e., start at SFF.apply_logic_packet_from_ingress (
    def apply_logic_packet_from_ingress(self, packet):
    ) and the two methods above and below of this method.

Hope that helps!

from sfctss.

SkyShiS avatar SkyShiS commented on September 26, 2024

Thanks for answering! That's help!!!

from sfctss.

Related Issues (1)

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.