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

Added container configuration system from libfabric-sarus into mater #31

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on May 31, 2023

  1. Configuration menu
    Copy the full SHA
    dc7da35 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4bc28b2 View commit details
    Browse the repository at this point in the history
  3. Added Docker scripts

    mattnappo committed May 31, 2023
    Configuration menu
    Copy the full SHA
    cc1ef72 View commit details
    Browse the repository at this point in the history
  4. Added help to CLIs

    mattnappo committed May 31, 2023
    Configuration menu
    Copy the full SHA
    1227a63 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

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

Commits on Jul 1, 2023

  1. [exec mgr] Fix a bug regarding execvp nullptrs

    execvp expects a nullptr at the end as a char*. The previous method of doing this resulted in a 'std::logic_error' what(): basic_string::_M_construct null not valid error, since we were trying to construct a std::string with a nullptr. This commit fixes this bug.
    mattnappo committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    4e34cc4 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

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