ab916d80fd
More NEON functionalities
2015-07-21 11:52:15 +09:00
7343a95772
More NEON functionalities
2015-07-21 11:52:15 +09:00
9adaeb061a
More NEON functionalities
2015-07-21 11:52:15 +09:00
c431816393
Cleaning up files for HMC
2015-07-07 14:59:37 +09:00
48ae886c32
Cleaning up files for HMC
2015-07-07 14:59:37 +09:00
97afe4125f
Cleaning up files for HMC
2015-07-07 14:59:37 +09:00
1e9317e5cf
Simplifying HMC syntax for the final user
2015-07-06 18:32:20 +09:00
19a1ffedcc
Simplifying HMC syntax for the final user
2015-07-06 18:32:20 +09:00
0f21c38ff8
Simplifying HMC syntax for the final user
2015-07-06 18:32:20 +09:00
510f55ba30
Rearranging files in hmc
2015-07-06 16:46:43 +09:00
32e6887d5f
Rearranging files in hmc
2015-07-06 16:46:43 +09:00
fa42b652e5
Rearranging files in hmc
2015-07-06 16:46:43 +09:00
f95db88d19
Added minimum norm integrator
...
Little rearrangement of HMC and integrator classes
2015-07-06 16:17:32 +09:00
1991852025
Added minimum norm integrator
...
Little rearrangement of HMC and integrator classes
2015-07-06 16:17:32 +09:00
68fe0769a1
Added minimum norm integrator
...
Little rearrangement of HMC and integrator classes
2015-07-06 16:17:32 +09:00
12e1682a87
HMC for Wilson Gauge action works
...
Fixed bug in momenta generation
2015-07-06 12:58:49 +09:00
2718038977
HMC for Wilson Gauge action works
...
Fixed bug in momenta generation
2015-07-06 12:58:49 +09:00
808f5820fa
HMC for Wilson Gauge action works
...
Fixed bug in momenta generation
2015-07-06 12:58:49 +09:00
6261770f59
Debugged vector version of ProjectOnGroup
2015-07-06 02:24:58 +09:00
62d8952c0a
Debugged vector version of ProjectOnGroup
2015-07-06 02:24:58 +09:00
0ffcdf6204
Debugged vector version of ProjectOnGroup
2015-07-06 02:24:58 +09:00
7a4ed7a867
HMC ready but untested
2015-07-04 17:47:50 +09:00
b1f94fa292
HMC ready but untested
2015-07-04 17:47:50 +09:00
e6087e1820
HMC ready but untested
2015-07-04 17:47:50 +09:00
250965c6ca
More progress in the HMC construction
2015-07-04 02:43:14 +09:00
30c9dc473d
More progress in the HMC construction
2015-07-04 02:43:14 +09:00
59be55c0ab
More progress in the HMC construction
2015-07-04 02:43:14 +09:00
55f05a778f
Skeleton of HMC/Integrators
2015-07-03 16:51:41 +09:00
9655d43017
Skeleton of HMC/Integrators
2015-07-03 16:51:41 +09:00
ab3ad78ece
Skeleton of HMC/Integrators
2015-07-03 16:51:41 +09:00
2c9ceaef94
No compile fix
2015-07-02 02:03:09 +01:00
a666e66e36
No compile fix
2015-07-02 02:03:09 +01:00
4deffd1ccb
No compile fix
2015-07-02 02:03:09 +01:00
55e313bd08
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
84ec7c40cd
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
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
ef0ec1d0b2
Merge branch 'master' of https://github.com/paboyle/Grid
2015-07-01 22:51:04 +01:00
69a3d3203c
Merge branch 'master' of https://github.com/paboyle/Grid
2015-07-01 22:51:04 +01:00
31a0c8d783
Merge branch 'master' of https://github.com/paboyle/Grid
2015-07-01 22:51:04 +01:00
cb9da7b371
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
c0ea404a7c
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
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
98b84d230a
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
dc66161f47
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
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
e164ed6f12
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
f41c7dffef
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
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
95ecf81d42
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
74e397b29c
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