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

Does 'argobots' provide a mechanism to track dependencies between tasks? #386

Open
HPC4AI opened this issue Mar 11, 2023 · 1 comment
Open

Comments

@HPC4AI
Copy link

HPC4AI commented Mar 11, 2023

Hi, I want to build a simple runtime system using 'argobots' as the low-level threading library. Typically, a runtime system that supports task-level parallelism uses a DAG to form a program. Nodes in a DAG mean tasks and edges mean dependencies between tasks. Does 'argobots' provide a mechanism to track dependencies between tasks?

@shintaro-iwasaki
Copy link
Collaborator

Thanks for the question.

Does 'argobots' provide a mechanism to track dependencies between tasks?

Argobots does not provide such a mechanism if you are talking about OpenMP task depend, for example. Argobots currently only supports a Cilk-like divide-and-conquer-based fork-join model. Perhaps more complicated task dependency could be implemented by ABT_Eventual, but at least Argobots does not natively implement it at present.

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