Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modifies converse schedeuler to prioritize NodeGroup messages #3676

Open
wants to merge 16 commits into
base: main
Choose a base branch
from

Commits on Dec 3, 2022

  1. Modifies converse schedeuler's getNextMessage so nodeGroup messages c…

    …an run with higher priority over local
    
    As it is, nodeGroup messages are not checked until all local and regular Charm queue (prio Q) messages are
    checked, which cause issues when the applicaiton is using nodeGroup messages in the hope that *some* PE will attend to it quickly. The change makes getNextMessage check nodeGroup queue every 2^nodeGrpFreq iterations with
    high priority in addition to its usual check after exhasuting local queues (except task Q).
    This commit has not been tested at all. But pusing it to allow others to help me test/fix it.
    Laxmikant Kale committed Dec 3, 2022
    Configuration menu
    Copy the full SHA
    f436743 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2022

  1. Configuration menu
    Copy the full SHA
    800aa6b View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Configuration menu
    Copy the full SHA
    ed823ff View commit details
    Browse the repository at this point in the history
  2. Addressing changes

    ZwFink committed Apr 9, 2024
    1 Configuration menu
    Copy the full SHA
    62b0569 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Configuration menu
    Copy the full SHA
    028cb95 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Configuration menu
    Copy the full SHA
    7b3b414 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Configuration menu
    Copy the full SHA
    df3e677 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. initialize scheduler iter

    ZwFink committed May 3, 2024
    Configuration menu
    Copy the full SHA
    0f31dd0 View commit details
    Browse the repository at this point in the history
  2. remove extra whitespace

    ZwFink committed May 3, 2024
    Configuration menu
    Copy the full SHA
    5f3e5b2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7342221 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Configuration menu
    Copy the full SHA
    f39d307 View commit details
    Browse the repository at this point in the history
  2. Remove long comment

    ZwFink committed May 28, 2024
    Configuration menu
    Copy the full SHA
    22fdc83 View commit details
    Browse the repository at this point in the history
  3. Re-organize, fix whitespace

    ZwFink committed May 28, 2024
    Configuration menu
    Copy the full SHA
    83e904f View commit details
    Browse the repository at this point in the history
  4. fix merge conflict

    ZwFink committed May 28, 2024
    Configuration menu
    Copy the full SHA
    f3eb123 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Normalize indentation

    ZwFink committed May 29, 2024
    Configuration menu
    Copy the full SHA
    bc5f37c View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. More whitespace

    ZwFink committed May 31, 2024
    Configuration menu
    Copy the full SHA
    3b0ebbd View commit details
    Browse the repository at this point in the history