From d0817155042e75e8960df78f96267269cccc6fea Mon Sep 17 00:00:00 2001 From: Peter Boyle Date: Fri, 3 Apr 2015 09:28:58 +0100 Subject: [PATCH] TODO list for preparing this for real use and QDP++ replacement. --- TODO | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 TODO diff --git a/TODO b/TODO new file mode 100644 index 00000000..8108fbc6 --- /dev/null +++ b/TODO @@ -0,0 +1,28 @@ +* Make peekSite, pokeSite work in an MPI context. + +* Conditional execution Subset, where etc... +* Coordinate information, integers etc... +* Integer type padding/union to vector. + +* Optimise the extract/merge SIMD routines + +* Broadcast, reduction tests. + +* QDP++ regression suite and comparative benchmark + +* NERSC Lattice loading, plaquette test + +* Conformable test in Cshift routines. + +* Gamma/Dirac structures +* Fourspin, two spin project + +* Stencil operator support + +* Check for missing functionality + +* I/O support + - MPI IO? + - BinaryWriter, TextWriter etc... + - protocol buffers? + -