2015-04-23 20:42:30 +01:00
|
|
|
* - BinaryWriter, TextWriter etc...
|
|
|
|
- protocol buffers? replace xml
|
2015-04-18 18:36:48 +01:00
|
|
|
|
2015-04-23 20:42:30 +01:00
|
|
|
* 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.
|
|
|
|
-----allow transform in/out buffers spproj
|
2015-04-18 22:16:31 +01:00
|
|
|
|
2015-04-18 18:36:48 +01:00
|
|
|
|
2015-04-23 20:42:30 +01:00
|
|
|
* CovariantShift support -----Use a class to store gauge field? (parallel transport?)
|
2015-04-18 18:36:48 +01:00
|
|
|
|
2015-04-23 11:04:59 +01:00
|
|
|
* Consider switch std::vector to boost arrays or something lighter weight
|
2015-04-18 18:36:48 +01:00
|
|
|
boost::multi_array<type, 3> A()... to replace multi1d, multi2d etc..
|
|
|
|
|
|
|
|
* How to define simple matrix operations, such as flavour matrices?
|
|
|
|
|
2015-04-23 20:42:30 +01:00
|
|
|
* Make the Tensor types and Complex etc... play more nicely.
|
|
|
|
|
2015-04-18 18:36:48 +01:00
|
|
|
* Dirac, Pauli, SU subgroup, etc.. * Gamma/Dirac structures
|
2015-04-19 14:55:16 +01:00
|
|
|
|
2015-04-18 18:36:48 +01:00
|
|
|
* Fourspin, two spin project
|
|
|
|
|
2015-04-23 20:42:30 +01:00
|
|
|
* su3 exponentiation & log etc.. [Jamie's code?]
|
|
|
|
TaProj
|
2015-04-18 18:36:48 +01:00
|
|
|
|
2015-04-23 20:42:30 +01:00
|
|
|
* Parallel MPI2 IO
|
2015-04-18 18:36:48 +01:00
|
|
|
|
|
|
|
* rb4d support.
|
|
|
|
|
|
|
|
* Check for missing functionality - partially audited against QDP++ layout
|
|
|
|
|
|
|
|
* Optimise the extract/merge SIMD routines; Azusa??
|
|
|
|
- I have collated into single location at least.
|
|
|
|
- Need to use _mm_*insert/extract routines.
|
|
|
|
|
|
|
|
* Conformable test in Cshift routines.
|
|
|
|
|
|
|
|
* QDP++ regression suite and comparative benchmark
|
|
|
|
|
2015-04-14 22:40:40 +01:00
|
|
|
AUDITS:
|
2015-04-18 14:36:01 +01:00
|
|
|
|
2015-04-06 06:30:48 +01:00
|
|
|
* FIXME audit
|
2015-04-14 22:40:40 +01:00
|
|
|
* const audit
|
2015-04-10 04:24:01 +01:00
|
|
|
* Replace vset with a call to merge.;
|
2015-04-14 20:25:51 +01:00
|
|
|
* care in Gmerge,Gextract over vset .
|
2015-04-14 20:22:04 +01:00
|
|
|
* extract / merge extra implementation removal
|
2015-04-16 14:48:21 +01:00
|
|
|
* Test infrastructure
|
2015-04-18 14:36:01 +01:00
|
|
|
|
2015-04-23 20:42:30 +01:00
|
|
|
// TODO
|
|
|
|
//
|
|
|
|
// Base class to share common code between vRealF, VComplexF etc...
|
2015-04-06 11:26:24 +01:00
|
|
|
//
|
2015-04-23 20:42:30 +01:00
|
|
|
// Unary functions
|
|
|
|
// cos,sin, tan, acos, asin, cosh, acosh, tanh, sinh, // Scalar<vReal> only arg
|
|
|
|
// exp, log, sqrt, fabs
|
|
|
|
//
|
|
|
|
// transposeColor, transposeSpin,
|
|
|
|
// adjColor, adjSpin,
|
|
|
|
//
|
|
|
|
// copyMask.
|
|
|
|
//
|
|
|
|
// localMaxAbs
|
|
|
|
//
|
|
|
|
// Fourier transform equivalent.
|
|
|
|
|
|
|
|
* LinearOperator
|
|
|
|
|
|
|
|
LinearSolver
|
|
|
|
|
|
|
|
Polynomial etc...
|
|
|
|
|
|
|
|
======================================================================================================
|
|
|
|
|
|
|
|
FUNCTIONALITY:
|
|
|
|
* Conditional execution, where etc... -----DONE, simple test
|
|
|
|
* Integer relational support -----DONE
|
|
|
|
* Coordinate information, integers etc... -----DONE
|
|
|
|
* Integer type padding/union to vector. -----DONE
|
|
|
|
* LatticeCoordinate[mu] -----DONE
|
|
|
|
* expose traceIndex, peekIndex, transposeIndex etc at the Lattice Level -- DONE
|
|
|
|
* TraceColor, TraceSpin. ----- DONE (traceIndex<1>,traceIndex<2>, transposeIndex<1>,transposeIndex<2>)
|
|
|
|
----- Implement mapping between traceColour and traceSpin and traceIndex<1/2>.
|
|
|
|
* How to do U[mu] ... lorentz part of type structure or not. more like chroma if not. -- DONE
|
|
|
|
|
|
|
|
* subdirs lib, tests ?? ----- DONE
|
|
|
|
- lib/math
|
|
|
|
- lib/cartesian
|
|
|
|
- lib/cshift
|
|
|
|
- lib/stencil
|
|
|
|
- lib/communicator
|
|
|
|
- lib/algorithms
|
|
|
|
- lib/qcd
|
|
|
|
future
|
|
|
|
- lib/io/ -- GridLog, GridIn, GridErr, GridDebug, GridMessage
|
|
|
|
- lib/qcd/actions
|
|
|
|
- lib/qcd/measurements
|
|
|
|
|
|
|
|
* Subset support, slice sums etc... -----DONE
|
|
|
|
sliceSum(orthog)
|
|
|
|
sum
|
|
|
|
innerProduct
|
|
|
|
norm2
|
|
|
|
|
|
|
|
* Subgrid Transferral -----DONE
|
|
|
|
subBlock (coarseLattice,fineLattice)
|
|
|
|
projectBlockBasis
|
|
|
|
promoteBlockBasis
|
|
|
|
|
|
|
|
* random number generation ----- DONE
|
|
|
|
|
|
|
|
* Broadcast, reduction tests. innerProduct, localInnerProduct --- DONE
|
|
|
|
|
|
|
|
* I/O support
|
|
|
|
* NERSC Lattice loading, plaquette test ------- DONE single node
|
|
|
|
|
|
|
|
|
|
|
|
* Controling std::cout ------- DONE
|
|
|
|
|