1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-11-10 07:55:35 +00:00
Grid/lib/algorithms/iterative
paboyle 08edbb5cbe HMC bit repro across checkpoints. Fixed parallel RNG issue with threading.
Conclusion: c++11 distributions not thread safe and must us distinct dist as well as distinct engine
per site. Makes sense when you think of box muller. Also added a reset of dist on fill to ensure
repro across checkpoints.
2015-12-22 08:54:40 +00:00
..
AdefGeneric.h Sizable improvement in multigrid for unsquared. 2015-07-24 01:31:13 +09:00
bisec.c Lanczos untested/partially tested additions. In middle of shake out but at least compiles 2015-10-09 00:40:25 +02:00
ConjugateGradient.h HMC bit repro across checkpoints. Fixed parallel RNG issue with threading. 2015-12-22 08:54:40 +00:00
ConjugateGradientMultiShift.h Added one flavour rational ratios (unprec) 2015-08-19 04:58:40 +01:00
ConjugateResidual.h Sizable improvement in multigrid for unsquared. 2015-07-24 01:31:13 +09:00
DenseMatrix.h No compile fixes on gcc/Cray 2015-11-29 03:14:44 -08:00
EigenSort.h Lanczos untested/partially tested additions. In middle of shake out but at least compiles 2015-10-09 00:40:25 +02:00
Francis.h Lanczos untested/partially tested additions. In middle of shake out but at least compiles 2015-10-09 00:40:25 +02:00
get_eig.c Lanczos untested/partially tested additions. In middle of shake out but at least compiles 2015-10-09 00:40:25 +02:00
Householder.h Lanczos untested/partially tested additions. In middle of shake out but at least compiles 2015-10-09 00:40:25 +02:00
ImplicitlyRestartedLanczos.h No compile fixes on gcc/Cray 2015-11-29 03:14:44 -08:00
Matrix.h Lanczos untested/partially tested additions. In middle of shake out but at least compiles 2015-10-09 00:40:25 +02:00
MatrixUtils.h Changes to remove warnings under icc; disambiguate AVX512 from IMCI correctly 2015-09-23 05:23:45 -07:00
NormalEquations.h comment improvement 2015-06-05 05:31:27 +01:00
PrecConjugateResidual.h Preconditioned conjugate residual 2015-08-11 06:24:53 +01:00
PrecGeneralisedConjugateResidual.h Sizable improvement in multigrid for unsquared. 2015-07-24 01:31:13 +09:00
SchurRedBlack.h Sizable improvement in multigrid for unsquared. 2015-07-24 01:31:13 +09:00
TODO Getting closer to having a wilson solver... introducing a first and untested 2015-05-18 07:47:05 +01:00