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

Allow spawning of an arbitrary number of tasks. #16

Merged
merged 4 commits into from
Apr 8, 2021

Commits on Apr 8, 2021

  1. Allow spawning of an arbitrary number of tasks.

    Previously, we required users to specify (via the `max_tasks` parameter in the `Config`) the maximum number of tasks that could be spawned during an execution.  This change lifts that restriction, and allows spawning of an arbitrary number of tasks.
    
    Note: The PCT scheduler still only supports creation of upto 16 tasks.  A forthcoming PR will update PCT to also support spawning of an arbitrary number of tasks.
    Rajeev Joshi authored and Rajeev Joshi committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    c9d9f7b View commit details
    Browse the repository at this point in the history
  2. Allow spawning of an arbitrary number of tasks.

    Previously, we required users to specify (via the `max_tasks` parameter in the `Config`) the maximum number of tasks that could be spawned during an execution.  This change lifts that restriction, and allows spawning of an arbitrary number of tasks.
    
    Note: The PCT scheduler still only supports creation of upto 16 tasks.  A forthcoming PR will update PCT to also support spawning of an arbitrary number of tasks.
    Rajeev Joshi authored and Rajeev Joshi committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    13fa6a9 View commit details
    Browse the repository at this point in the history
  3. Addressed PR comments.

    Rajeev Joshi authored and Rajeev Joshi committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    5af06a7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bf29b98 View commit details
    Browse the repository at this point in the history