Skip to content

Execute ordered tasks #7

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

Open
rouson opened this issue Oct 3, 2020 · 0 comments
Open

Execute ordered tasks #7

rouson opened this issue Oct 3, 2020 · 0 comments
Assignees
Milestone

Comments

@rouson
Copy link
Member

rouson commented Oct 3, 2020

  • The initialization reads the subprogram names
  • The scheduler image assigns tasks in an order that respects a directed acyclic graph (DAG)
  • The compute images do the tasks
  • The compute images notify the scheduler image when they are ready for a new task

Tests:

  1. Check that the scheduler image received the ready-for-new-task notifications from each compute image that was assigned a task.
  2. Is there a way to check whether the ordering specified by the DAG was satisfied?
@rouson rouson added this to the FY21 Q2 milestone Oct 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants