1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-11 03:46:55 +01:00
Commit Graph

451 Commits

Author SHA1 Message Date
d1afebf71e Sizable improvement in multigrid for unsquared.
6000 matmuls CG unprec
2000 matmuls CG prec (4000 eo muls)
1050 matmuls PGCR on 16^3 x 32 x 8 m=.01

Substantial effort on timing and logging infrastructure
2015-07-24 01:31:13 +09:00
11c99d5e66 5x speed up now 2015-07-22 00:30:05 +09:00
135998acf5 INSTALL 2015-07-21 13:58:57 +09:00
4e94ddad46 Merge 2015-07-21 13:56:22 +09:00
5ac625f716 No changes shown on git diff 2015-07-21 13:54:09 +09:00
8d654a86de Small pretty layout change 2015-07-21 13:53:23 +09:00
df2aac01f4 This was needed to compile on gcc 2015-07-21 13:52:59 +09:00
487fde8496 This file is being developed and will remain hacky until the new algorithm
is complete
2015-07-21 13:52:23 +09:00
0007669381 Printing change 2015-07-21 13:51:56 +09:00
a700933611 More info 2015-07-21 13:48:57 +09:00
c515d069cd Tweaks to subspace set up to put in g5 r5 hermiticity 2015-07-21 12:13:03 +09:00
8a7b7f1e2b verbose 2015-07-21 12:12:29 +09:00
5c721b0aa0 Merge pull request #16 from aportelli/master
AX_GCC_X86_AVX_XGETBV macro fix
2015-07-21 11:55:40 +09:00
b0eedfd7ba fix of AX_GCC_X86_AVX_XGETBV macro 2015-07-17 11:15:57 +09:00
6b8190a032 gitignore update 2015-07-17 11:15:17 +09:00
7907e4ca03 This file drives me crazy 2015-07-11 23:06:31 +09:00
neo
fa42b652e5 Rearranging files in hmc 2015-07-06 16:46:43 +09:00
neo
68fe0769a1 Added minimum norm integrator
Little rearrangement of HMC and integrator classes
2015-07-06 16:17:32 +09:00
neo
808f5820fa HMC for Wilson Gauge action works
Fixed bug in momenta generation
2015-07-06 12:58:49 +09:00
neo
0ffcdf6204 Debugged vector version of ProjectOnGroup 2015-07-06 02:24:58 +09:00
neo
e6087e1820 HMC ready but untested 2015-07-04 17:47:50 +09:00
neo
59be55c0ab More progress in the HMC construction 2015-07-04 02:43:14 +09:00
neo
ab3ad78ece Skeleton of HMC/Integrators 2015-07-03 16:51:41 +09:00
4deffd1ccb No compile fix 2015-07-02 02:03:09 +01:00
a5c3edaca9 Cleaning up the recursion for traceIndex<n> after the changes the enable G++ to
compile it again.
2015-07-01 23:43:57 +01:00
31a0c8d783 Merge branch 'master' of https://github.com/paboyle/Grid 2015-07-01 22:51:04 +01:00
ea5f2fcac4 Some useful XC30 commands 2015-07-01 22:50:13 +01:00
993420633b More xc30 config commansd 2015-07-01 22:48:58 +01:00
e3456bf559 Temporarily disable gmp dependency simply because Cray XC30's I'm benchmarking
have a downlevel gmp version that chokes on ::max_align_t where gmp had a
bug as far as I recall.
2015-07-01 22:47:33 +01:00
39271b02dd Modified memory bw test to display word size 2015-07-01 22:46:53 +01:00
638d2cda11 Change the SIMD command correctly with precision = double vs. single and
connect the "Real" default precisoin to a configure flag.
Have RealF, RealD and Real types, where Real is compile target dependent single/double,
RealF is single and RealD is double etc..
2015-07-01 22:45:15 +01:00
61c3491b8b Remove dependency on wrong file 2015-07-01 13:04:02 +01:00
9143f071d7 Merge branch 'master' of https://github.com/paboyle/Grid 2015-06-30 15:17:46 +01:00
03ca506a3d Big commit fixing nocompiles in defective C++11 compilers (gcc, icpc). stared getting to
near the bleeding edge I guess
2015-06-30 15:17:27 +01:00
98c817df1b big commit fixing nocompiles in defective C++11 compilers (gcc, icpc). stared getting to
near the bleeding edge I guess
2015-06-30 15:03:11 +01:00
8eaf657f95 VPGCR updates 2015-06-30 15:02:27 +01:00
8ad81bed32 big commit fixing nocompiles in defective C++11 compilers (gcc, icpc). stared getting to
near the bleeding edge I guess
2015-06-30 15:01:44 +01:00
cd2fb68905 big commit fixing nocompiles in defective C++11 compilers (gcc, icpc). stared getting to
near the bleeding edge I guess
2015-06-30 15:01:26 +01:00
c20fdd45a5 big commit fixing nocompiles in defective C++11 compilers (gcc, icpc). stared getting to
near the bleeding edge I guess
2015-06-30 15:00:19 +01:00
93916f400d Update Benchmark_comms.cc 2015-06-25 10:59:53 +01:00
a17684ebe2 Some small steps towards a multigrid 2015-06-22 12:49:44 +01:00
fd1a8abcd1 Abstract preconditioner 2015-06-21 11:03:55 +01:00
3b4118f33e Variable preconditioned GCR with restarting.
Orthogonalisation depth and restart frequency is controllable via constructor
2015-06-21 10:58:46 +01:00
c7d77dfa0f Merge
Merge branch 'master' of https://github.com/paboyle/Grid
2015-06-20 22:25:31 +01:00
960f29c0b1 Will start this as a two level algorithm 2015-06-20 22:24:21 +01:00
fb07ee5781 HDCG but this is not complete and placeholder for later completion 2015-06-20 22:23:57 +01:00
b4a6dbfa65 Patches for beginnings of an overlap multigrid 2015-06-20 22:22:56 +01:00
dc7c77e1d5 Merge branch 'master' of https://github.com/paboyle/Grid 2015-06-20 14:22:29 +01:00
1e8217d880 Add the test_quenched files 2015-06-20 14:09:26 +01:00
a0d4f832cf Merge branch 'master' of https://github.com/paboyle/Grid 2015-06-19 17:24:05 +01:00