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

TaskPolicy - single thread back-end execution #390

Closed
hcedwar opened this issue Aug 9, 2016 · 0 comments
Closed

TaskPolicy - single thread back-end execution #390

hcedwar opened this issue Aug 9, 2016 · 0 comments
Assignees
Labels
Enhancement Improve existing capability; will potentially require voting
Milestone

Comments

@hcedwar
Copy link
Contributor

hcedwar commented Aug 9, 2016

Single thread back-end implementation of TaskPolicy should execute high priority tasks during a call to task_spawn. This allows high priority tasks to execute and retire as opposed to building up in allocated memory from the allocated memory pool.
Single thread back-ends include Serial, one-thread OpenMP and Threads.

@hcedwar hcedwar added the Enhancement Improve existing capability; will potentially require voting label Aug 9, 2016
@hcedwar hcedwar added this to the Summer 2016 milestone Aug 9, 2016
@hcedwar hcedwar self-assigned this Aug 9, 2016
hcedwar added a commit that referenced this issue Aug 11, 2016
the task_spawn function will execute ready tasks before allocating
a new task.

Issue #390
@crtrott crtrott closed this as completed Sep 3, 2016
@hcedwar hcedwar added this to Backlog in On-node Task DAG Apr 19, 2017
@hcedwar hcedwar moved this from Feature Backlog to Done in On-node Task DAG Apr 19, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement Improve existing capability; will potentially require voting
Projects
No open projects
Development

No branches or pull requests

2 participants