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

Downstream next event tag (DNET), a new signal for more efficient centralized federated execution #349

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

Commits on Jan 31, 2024

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

Commits on Feb 5, 2024

  1. Configuration menu
    Copy the full SHA
    af3d083 View commit details
    Browse the repository at this point in the history
  2. Use a matrix instead of multiple arrays to store minimum delays of ev…

    …ery possible connection
    
    This is a preparation step for the DNET message calculation. This matrix
    enables each federate to search min_delays from upstreams as well as to downstreams.
    
    Use a matrix instead of multiple arrays to store minimum delays of every possible connection
    
    This is a preparation step for the DNET message calculation. This matrix
    enables each federate to search min_delays from upstreams as well as to downstreams.
    byeonggiljun committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    2373e9f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    86f3d50 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Configuration menu
    Copy the full SHA
    6b37e36 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eea1edf View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Configuration menu
    Copy the full SHA
    b4900f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    83fafe2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    42fe08f View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2024

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

Commits on Feb 13, 2024

  1. Configuration menu
    Copy the full SHA
    3d4653c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f2eb91 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9967d9a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    400d138 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1719951 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

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

Commits on Feb 19, 2024

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

Commits on Feb 21, 2024

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

Commits on Feb 25, 2024

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

Commits on Mar 15, 2024

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

Commits on Apr 22, 2024

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

Commits on Apr 23, 2024

  1. Configuration menu
    Copy the full SHA
    4ebd09e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a9d120 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2024

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

Commits on May 8, 2024

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

Commits on May 9, 2024

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

Commits on Jun 18, 2024

  1. Configuration menu
    Copy the full SHA
    43ede39 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    99aa14f View commit details
    Browse the repository at this point in the history
  3. Minor fix

    byeonggiljun committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    6275943 View commit details
    Browse the repository at this point in the history
  4. Resolve FIXMEs

    byeonggiljun committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    013aa0c View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Minor Fix

    byeonggiljun committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    b99ace2 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

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

Commits on Jul 2, 2024

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

Commits on Aug 9, 2024

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

Commits on Aug 13, 2024

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

Commits on Aug 14, 2024

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

Commits on Aug 15, 2024

  1. Minor refactoring

    byeonggiljun committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    5d52945 View commit details
    Browse the repository at this point in the history
  2. Update comments.

    byeonggiljun committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    5e09b52 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Apply suggestions from code review

    Co-authored-by: Edward A. Lee <[email protected]>
    byeonggiljun and edwardalee authored Aug 23, 2024
    Configuration menu
    Copy the full SHA
    530b0cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2857ab8 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2024

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

Commits on Aug 25, 2024

  1. Configuration menu
    Copy the full SHA
    896e152 View commit details
    Browse the repository at this point in the history
  2. Run Clang format

    byeonggiljun committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    0fab3b6 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

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