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

Simulation State Machine Tests #1342

Closed
wants to merge 25 commits into from

Commits on Aug 16, 2024

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

Commits on Aug 19, 2024

  1. Factor and Clean Up

    AvocadoMoon committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    e011f67 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    228ced8 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

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

Commits on Aug 23, 2024

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

Commits on Aug 27, 2024

  1. Partial Fix to Memory Allocation Bug

    Fix the memory allocation bug which allowed for users to request any amount of memory from slurm. Slurm may reject their request, but the filter placed on VCell was not stoping these requests to begin with. Fixed it for the simulation state machine, but SlurmProxy still requires some changes.
    AvocadoMoon committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    1c88e93 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. No More Class Copies

    AvocadoMoon committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    5e9efab View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

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

Commits on Aug 30, 2024

  1. Configuration menu
    Copy the full SHA
    182e835 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    41a4194 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

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

Commits on Sep 4, 2024

  1. Zombie Thread Tests

    AvocadoMoon committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    1fba4e5 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Configuration menu
    Copy the full SHA
    a1c13e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b562501 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    10ddc2e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0ca4ac8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    206f460 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Fix Zombie Test Failing

    It was failing due to the job prefix not being what is expected within the Zombie killer function. This was resolved by using a function that retrieves the expected job prefix dynamically instead of statically.
    AvocadoMoon committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    eb0e9bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c7ad036 View commit details
    Browse the repository at this point in the history
  3. Working Docker Image

    AvocadoMoon committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    b960cce View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0d6b08e View commit details
    Browse the repository at this point in the history