-
Notifications
You must be signed in to change notification settings - Fork 34
/
WORKING
39 lines (29 loc) · 1005 Bytes
/
WORKING
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
33
34
35
36
37
38
39
#------------------------------------------------------------------------------#
# Working issues
#------------------------------------------------------------------------------#
- Update copyrights with standard header.
- Add context interface for adjacency information.
- Add functional form for specialization tlt initialization.
- Check context header dependencies (Circular? How does this work?)
- Enable CLOG_MPI if MPI_ENABLE is on.
- Adding blender
- Define subset index spaces
- Fix futures
***
- Make macro interface self-contained -> users don't need to use the
flecsi namespace.
- Add new permissions:
na - no access / not applicable
ro - read only
wo - write only
rw - read write
Also fix behavior in task mappings
- Add index sub-spaces
all
exclusive
shared
ghost
owned
- Determine whether or not ghost copies are per variable
NOTE: Currently, we cannot accommodate communication latency hiding because
we do not have an implementation of the na permissions.