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-mini: add --gpus-per-task option, update flux-mini(1) man page #2409

Merged
merged 6 commits into from
Sep 29, 2019

Commits on Sep 29, 2019

  1. doc/flux-mini(1): -d is not an alias for --debug

    Problem: man page mentions -d with --debug,
    but -d is not accepted by flux-mini(1).
    
    Drop -d from the man page.
    
    Fixes flux-framework#2408
    garlick committed Sep 29, 2019
    Configuration menu
    Copy the full SHA
    ec7b5ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    716d93e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    749c41f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    88d4c24 View commit details
    Browse the repository at this point in the history
  5. cmd/flux-mini: add -g, --gpus-per-task option

    Add an explicit option to set the number of GPUs per task in
    generated jobspec from flux-mini commands. The resuling "gpu"
    resource vertex is always generated at the same level as "core".
    grondo authored and garlick committed Sep 29, 2019
    Configuration menu
    Copy the full SHA
    82a1ae0 View commit details
    Browse the repository at this point in the history
  6. testsuite: cover flux mini submit --gpus-per-task

    Just check that the requested number of gpus appear
    in the task slot of the jobspec request.
    garlick committed Sep 29, 2019
    Configuration menu
    Copy the full SHA
    445d3b2 View commit details
    Browse the repository at this point in the history