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

SmartSim Singularity Integration #204

Merged
merged 31 commits into from
Jun 9, 2022

Commits on Jun 2, 2022

  1. Base implementation of singularity support

    Ben Albrecht committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    9d28cfa View commit details
    Browse the repository at this point in the history
  2. test sing pull

    Ben Albrecht committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    f44e81b View commit details
    Browse the repository at this point in the history
  3. fire off testing, actually

    Ben Albrecht committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    b4b446e View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2022

  1. singularity pull redis container

    Ben Albrecht committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    44f5d9d View commit details
    Browse the repository at this point in the history
  2. use custom image

    Ben Albrecht committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    fdfdaa5 View commit details
    Browse the repository at this point in the history
  3. add https

    Ben Albrecht committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    336f68c View commit details
    Browse the repository at this point in the history
  4. https -> oras (OCI registry)

    Ben Albrecht committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    1219985 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ad63071 View commit details
    Browse the repository at this point in the history
  6. fix bind_paths bug

    Ben Albrecht committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    2a7ee53 View commit details
    Browse the repository at this point in the history
  7. fix bind_paths bug further

    Ben Albrecht committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    2ce6859 View commit details
    Browse the repository at this point in the history
  8. container test

    Ben Albrecht committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    8b71e1e View commit details
    Browse the repository at this point in the history
  9. fix slurm bug

    Ben Albrecht committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    3b9933b View commit details
    Browse the repository at this point in the history
  10. fix serialization bug

    Ben Albrecht committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    a7582fe View commit details
    Browse the repository at this point in the history
  11. fix bind_paths bug and docker path in test

    Ben Albrecht committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    a511e9a View commit details
    Browse the repository at this point in the history
  12. fix bind_paths typo

    Ben Albrecht committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    2d41033 View commit details
    Browse the repository at this point in the history
  13. Shift run_command-based approach to Step-based modification

    ---
    Signed-off-by: Ben Albrecht <ben-albrecht@users.noreply.github.com>
    Ben Albrecht committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    a472fc9 View commit details
    Browse the repository at this point in the history
  14. fix list exe bug

    Ben Albrecht committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    c5d792c View commit details
    Browse the repository at this point in the history
  15. listify container cmds

    Ben Albrecht committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    aa3c9c5 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2022

  1. Configuration menu
    Copy the full SHA
    766e5fd View commit details
    Browse the repository at this point in the history
  2. Fix PBS bug

    Ben Albrecht committed Jun 5, 2022
    Configuration menu
    Copy the full SHA
    0dcc2d4 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2022

  1. update test to use smartredis

    Ben Albrecht committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    6ecd06d View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2022

  1. Introduce container-WLM test suite

    Ben Albrecht committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    9e8f4a6 View commit details
    Browse the repository at this point in the history
  2. Add Dockerfile used to generate container-testing image

    ---
    Signed-off-by: Ben Albrecht <ben-albrecht@users.noreply.github.com>
    Ben Albrecht committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    3e6c1ef View commit details
    Browse the repository at this point in the history
  3. Split up WLM and non-WLM tests

    ---
    Signed-off-by: Ben Albrecht <ben-albrecht@users.noreply.github.com>
    Ben Albrecht committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    ada7561 View commit details
    Browse the repository at this point in the history
  4. Doc update + organizing tests in preparation for migration

    ---
    Signed-off-by: Ben Albrecht <ben-albrecht@users.noreply.github.com>
    Ben Albrecht committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    ac378ab View commit details
    Browse the repository at this point in the history
  5. Fix launcher check on WLM test:

    Ben Albrecht committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    4e3dfe6 View commit details
    Browse the repository at this point in the history
  6. Address some (but not all) feedback

    ---
    Signed-off-by: Ben Albrecht <ben-albrecht@users.noreply.github.com>
    Ben Albrecht committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    8305ff7 View commit details
    Browse the repository at this point in the history
  7. Update to alrigazzi dockerhub repo and more feedback addressed

    ---
    Signed-off-by: Ben Albrecht <ben-albrecht@users.noreply.github.com>
    Ben Albrecht committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    c743639 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2022

  1. Tests!

    ---
    Signed-off-by: Ben Albrecht <ben-albrecht@users.noreply.github.com>
    Ben Albrecht committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    3b4bd97 View commit details
    Browse the repository at this point in the history
  2. Drop unused test file

    ---
    Signed-off-by: Ben Albrecht <ben-albrecht@users.noreply.github.com>
    Ben Albrecht committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    2cc1b98 View commit details
    Browse the repository at this point in the history
  3. Add 1 more test

    Ben Albrecht committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    6bee2cf View commit details
    Browse the repository at this point in the history