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

flux-bulksubmit: support {} in more options like --cwd=, --signal=, --taskmap=, etc. #6299

Merged
merged 1 commit into from
Sep 25, 2024

Commits on Sep 25, 2024

  1. python: add missing options to mutable arguments

    Problem: The Xcmd class that implements option argument mutability
    in flux-bulksubmit(1) has a manual list of mutable options that is
    missing some useful options.
    
    Update the list to include some missing options, like --cwd=,
    --signal=, --taskmap=, and --begin-time=.
    
    Fixes flux-framework#6295
    grondo committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    ed88747 View commit details
    Browse the repository at this point in the history