mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-11 03:46:55 +01:00
Reduce now going through MPI.
This commit is contained in:
14
TODO
14
TODO
@ -1,15 +1,14 @@
|
||||
|
||||
AUDITS:
|
||||
* FIXME audit
|
||||
|
||||
* const audit
|
||||
* Replace vset with a call to merge.;
|
||||
|
||||
* care in Gmerge,Gextract over vset .
|
||||
|
||||
* Const audit
|
||||
|
||||
* extract / merge extra implementation removal
|
||||
|
||||
|
||||
FUNCTIONALITY:
|
||||
|
||||
* Conditional execution, where etc... -----DONE, simple test
|
||||
|
||||
* Integer relational support -----DONE
|
||||
@ -22,6 +21,11 @@
|
||||
|
||||
* Stencil operator support -----Initial thoughts, trial implementation DONE.
|
||||
-----some simple tests that Stencil matches Cshift.
|
||||
-----do all permute in comms phase, so that copy permute
|
||||
-----cases move into a buffer.
|
||||
|
||||
* CovariantShift support -----Use a class to store gauge field? (parallel transport?)
|
||||
|
||||
|
||||
* Subset support, slice sums etc... -----Only need slice sum?
|
||||
-----Generic cartesian subslicing?
|
||||
|
Reference in New Issue
Block a user