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

Use argparse functionality #34

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Jul 26, 2024

  1. Use argparse choices mechanism

    This change makes use of argparse choices mechanism for the '--test'
    argument instead of re-creating functionality.
    
    Signed-off-by: Alex V Jaramillo <alex.v.jaramillo@intel.com>
    alexjch committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    a8dc3ae View commit details
    Browse the repository at this point in the history
  2. Use argparse required argument

    This change marks nranks and node_id arguments as required to use
    the argparse argument validation instead of re-create the functinality
    in code.
    
    The original validation was left in place, because it is still required
    since these values should not be negative.
    
    Signed-off-by: Alex V Jaramillo <alex.v.jaramillo@intel.com>
    alexjch committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    1d46098 View commit details
    Browse the repository at this point in the history