1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-09-20 09:15:38 +01:00
Grid/lib/algorithms
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
..
approx More verbose useful 2015-11-28 16:54:19 -08:00
iterative HMC bit repro across checkpoints. Fixed parallel RNG issue with threading. 2015-12-22 08:54:40 +00:00
CoarsenedMatrix.h Verbose changes 2015-11-28 16:53:54 -08:00
LinearOperator.h Adding components for even odd decomposed determinant in HMC. 2015-08-07 08:37:15 +01:00
Preconditioner.h Abstract preconditioner 2015-06-21 11:03:55 +01:00
SparseMatrix.h Conjugate residual algorithm; some more unary functions 2015-06-08 12:04:59 +01:00