Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: CrayLabs/SmartSim
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: develop
Choose a base ref
...
head repository: CrayLabs/SmartSim
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 438 files changed
  • 10 contributors

Commits on Oct 19, 2024

  1. Merge MLI feature branch into v1.0 branch (#754)

    Create a v1.0 branch to combine ongoing efforts in `mli-feature` and
    `smartsim-refactor` feature branches
    
    ---------
    
    Co-authored-by: Alyssa Cote <[email protected]>
    Co-authored-by: Al Rigazzi <[email protected]>
    3 people authored Oct 19, 2024
    Configuration menu
    Copy the full SHA
    8a19dee View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. Merge core refactor into v1.0 feature branch (#756)

    Combine the `core-refactor` feature branch with `mli-feature` in `v1.0`
    branch
    
    ---------
    
    Co-authored-by: Amanda Richardson <[email protected]>
    Co-authored-by: Amanda Richardson <[email protected]>
    Co-authored-by: Matt Drozt <[email protected]>
    Co-authored-by: Julia Putko <[email protected]>
    Co-authored-by: amandarichardsonn <[email protected]>
    Co-authored-by: Alyssa Cote <[email protected]>
    Co-authored-by: Al Rigazzi <[email protected]>
    Co-authored-by: Julia Putko <[email protected]>
    Co-authored-by: Matt Drozt <[email protected]>
    10 people authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    5bdafc5 View commit details
    Browse the repository at this point in the history
  2. Fix logging bug in dragon_install (#761)

    Logs are improved during dragon install when there is a platform and asset type mismatch.
    
    [ committed by @AlyssaCote ]
    [ reviewed by @ankona ]
    AlyssaCote authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    879b96e View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. Fix set-hostlist regression from merge (#770)

    Fix a regression introduced during the merge of core refactor into v1.0.
    
    - Ensure host list argument is passed to `DragonRunRequestView`
    constructor
    
    [ committed by @ankona ]
    [ reviewed by @al-rigazzi ]
    ankona authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    2d8b902 View commit details
    Browse the repository at this point in the history
  2. Rewrite RequestBatch (#767)

    RequestBatch rewrite.
    
    [ committed by @AlyssaCote ]
    [ reviewed by @ankona @al-rigazzi ]
    AlyssaCote authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    f4e76a4 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. Symlink opeation fix (#769)

    This PR fixes an unexpected behavior encountered when
    using `SymlinkOperation`, where files were symlinked to their own
    directory.
    
    [ committed by @al-rigazzi ]
    [ reviewed by @MattToast @amandarichardsonn ]
    al-rigazzi authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    904b5cc View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. Fix request dispatcher test (#776)

    This PR includes the following fixes for dragon tests:
    
    1. Remove a duplicate of `test_dragon_comm_utils.py`
    2. Refactor `test_request_dispatcher.py` to run without multiprocessing
    
    [ committed by @ankona ]
    [ reviewed by @AlyssaCote ]
    ankona authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    2e9a384 View commit details
    Browse the repository at this point in the history
Loading