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

[fix] Runtime Name Check for Grid Schedulers #308

Merged
merged 3 commits into from
Jan 15, 2024

Commits on Jan 15, 2024

  1. [fix] Runtime Name Check for Grid Schedulers

    Grid Schedulers contain the name of an existing task graph and a task name.
    However, it could be possible that, due to a programmers error, the
    grid name does not match with any existing tasks within the
    assigned task-graph. This PR adds this check and it refactors
    the PrebuilTask API to use the same style as the Compilable Task API.
    jjfumero committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    a6d0fd9 View commit details
    Browse the repository at this point in the history
  2. Remove old code

    jjfumero committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    6e7e5b4 View commit details
    Browse the repository at this point in the history
  3. minor cleanup

    jjfumero committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    ee47ee0 View commit details
    Browse the repository at this point in the history