1
0
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:
Peter Boyle
2015-04-14 22:40:40 +01:00
parent 2ae42c40a8
commit 94f9e781f4
12 changed files with 123 additions and 74 deletions

14
TODO
View File

@ -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?