forked from pmodels/argobots
-
Notifications
You must be signed in to change notification settings - Fork 0
/
TODO
32 lines (20 loc) · 853 Bytes
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
CODE
----
* Performance evaluation and improvement.
TESTING
-------
* Micro-benchmark codes need to be added.
* More examples need to be added.
EXTERNAL PROJECTS
-----------------
* Argobots is a very low-level threading and tasking model. Other
models such as qthreads should be implementable on top of argobots.
We should provide a simple implementation of qthreads on top of
argobots for demonstration purposes.
* OpenMP over argobots will be useful to get legacy applications to
utilize argobots transparently, though it's unlikely it'll be able
to use all of argobots' capabilities.
* MPI interoperability with argobots needs changes in the MPI
implementation to learn how to yield within argobots threads.
* Tasking frameworks (such as PTGE) that can use argobots to schedule
tasks need to be implemented.