|
bab8aa8eb0
|
fix: conditional pragmas according to new NVCC_DIAG_PRAGMA_SUPPORT
standard in DisableWarnings.h
|
2022-05-24 15:27:40 +01:00 |
|
|
617c5362c1
|
fix: fixed warning: missing return statement at end of non-void function
in CloverHelpers
|
2022-05-24 11:37:33 +01:00 |
|
|
79e34b3eb4
|
Local Coherence batch deflation
|
2022-05-19 14:53:17 +01:00 |
|
|
4f3d581ab4
|
Merge branch 'paboyle:develop' into LocalCoheranceDeflation
|
2022-05-19 14:46:17 +01:00 |
|
|
b051e00de0
|
Additional Local Coherance Deflation operator()
|
2022-05-16 00:25:13 +01:00 |
|
|
8aa75b492f
|
Merge branch 'develop' into fix/Nc_neq_3
|
2022-05-10 14:22:03 +01:00 |
|
Peter Boyle
|
77aa147ce5
|
Merge branch 'develop' into mbruno-eclover
|
2022-05-10 09:16:53 -04:00 |
|
|
32facbd02a
|
fix: assert for dimensions of compact Wilson clover moved to
constructor.
|
2022-05-10 10:53:22 +01:00 |
|
|
8b12a61097
|
fix: readded Config.h and Version.h to HFILEs in Grid/Makefile.am
|
2022-05-09 11:53:22 +01:00 |
|
Peter Boyle
|
79ea027c0b
|
Merge pull request #377 from RJHudspith/develop
NERSC and ILDG for non-SU(3) configuration checkpoints
|
2022-05-03 08:55:48 -04:00 |
|
Peter Boyle
|
62339d437f
|
Merge pull request #387 from lehner/feature/gpt
Parity mass terms for domain wall fermions to enable 4d eofa
|
2022-05-03 08:52:18 -04:00 |
|
Peter Boyle
|
698e745276
|
Merge pull request #390 from fjosw/feature/conserved_current_wilson
Conserved current for wilson fermions
|
2022-05-03 08:51:10 -04:00 |
|
|
e61fed87db
|
SteepestDescentGaugeFix now exits when the algorithm does not converge.
This behaviour can be altered by setting err_on_no_converge to false.
|
2022-04-20 15:41:55 +01:00 |
|
|
b8bc560b51
|
Test_wilson_conserved_current implemented, all 5d references removed.
|
2022-04-05 17:33:45 +01:00 |
|
|
6bc2483d57
|
Merge branch 'feature/eclover' into feature/conserved_current_wilson
|
2022-04-05 15:26:49 +01:00 |
|
Mattia Bruno
|
ee23a76aa0
|
Merge pull request #2 from fjosw/feature/eclover
Feature/eclover
|
2022-04-05 13:30:13 +02:00 |
|
|
d7191e5a02
|
SeqConservedCurrent implemented for Wilson fermions
|
2022-04-05 11:48:56 +01:00 |
|
|
c8a824425b
|
Error message added if another conserved current than vector is requested for
Wilson type fermions.
|
2022-04-05 10:58:22 +01:00 |
|
|
f23626a6b8
|
End scope by additional block in CloverHelpers.h
|
2022-04-02 16:08:15 +01:00 |
|
|
6577a03d16
|
Explcitly closed views in Exponentiate_Clover
|
2022-04-01 18:39:12 +01:00 |
|
|
427c8695fe
|
Change signs and prefactors for conserved current to mimic the 5d
version.
|
2022-04-01 16:20:21 +01:00 |
|
|
9e82c468ab
|
Multiplication of diagonal mass in exponentiate fixed for gpus
|
2022-04-01 15:54:43 +01:00 |
|
|
603fd96747
|
Missing link multiplication added.
|
2022-04-01 10:58:56 +01:00 |
|
|
fe993c0836
|
/=2 replaced by *=0.5
|
2022-03-31 17:08:17 +01:00 |
|
|
cdf31d52c1
|
GaugeGrid and typo fixed
|
2022-03-31 17:04:35 +01:00 |
|
|
0542eaf1da
|
First version of conserved current contraction for Wilson type quarks
|
2022-03-31 17:02:09 +01:00 |
|
Christoph Lehner
|
317bdcf158
|
nerscio parametrization
|
2022-03-24 13:10:47 +01:00 |
|
Mattia Bruno
|
9ca2c98882
|
Merge branch 'develop' of https://github.com/paboyle/Grid into mbruno-eclover
|
2022-03-22 15:31:37 +01:00 |
|
Peter Boyle
|
605cf401e1
|
Merge branch 'feature/sumd-npr' into develop
|
2022-03-16 22:43:12 +00:00 |
|
Peter Boyle
|
92a83a9eb3
|
Performance improve for Tesseract
|
2022-03-16 17:14:36 +00:00 |
|
Christoph Lehner
|
76c294a7ba
|
open bc fix
|
2022-03-08 13:55:16 +01:00 |
|
|
0c0c2b1e20
|
Unnecessary arguments of CloverHelpers::Exponentiate_Clover removed.
|
2022-03-08 09:44:51 +00:00 |
|
Christoph Lehner
|
e2fc3a0f04
|
Merge pull request #28 from paboyle/develop
Sync with Upstream
|
2022-03-08 09:58:51 +01:00 |
|
|
451e7972fd
|
Reintroduced explicit inversion of the Clover term in case of the
CompactExpClover because of the open boundary O(a) improvement. Changed
the timing output to GridLogDebug
|
2022-03-07 17:43:33 +00:00 |
|
|
56c089d347
|
Removed leftover comments
|
2022-03-07 16:40:20 +00:00 |
|
|
182f513404
|
Merge remote-tracking branch 'fjosw/feature/eclover' into feature/eclover
|
2022-03-07 15:22:04 +00:00 |
|
|
d5b2323a57
|
included Cayley-Hamilton exponentiation for the compact Wilson exp clover, bug fix for inverse of exp clover
|
2022-03-07 14:44:24 +00:00 |
|
|
d1decee4cc
|
Cleaned up unused variables in Lattice_reduction_gpu.h
|
2022-03-02 16:54:23 +00:00 |
|
|
d4ae71b880
|
sum_gpu_large and sum_gpu templates added.
|
2022-03-02 15:40:18 +00:00 |
|
Peter Boyle
|
e16fc5b2e4
|
Threaded intranode comms transfer - ideally between NUMA domains
|
2022-03-01 11:17:24 -05:00 |
|
Peter Boyle
|
9aac1e6d64
|
Merge branch 'develop' into feature/sumd-npr
|
2022-03-01 10:51:38 -05:00 |
|
Peter Boyle
|
3e882f555d
|
Large / small sumD options
|
2022-03-01 08:54:45 -05:00 |
|
|
438caab25f
|
generate_instantiations.sh now correctly produces instantiations for CompactClover variant, redundant instantiations removed.
|
2022-02-27 18:27:18 +00:00 |
|
Christoph Lehner
|
9616811c3d
|
Merge branch 'feature/gpt' of https://github.com/lehner/Grid into feature/gpt
|
2022-02-24 22:03:05 +01:00 |
|
Christoph Lehner
|
8a3002c03b
|
separate left and right masses for CayleyFermion5D
|
2022-02-24 22:02:56 +01:00 |
|
Mattia Bruno
|
71034f828e
|
attempt to fix broken WilsonExpClover; Compact version still broken will be replaced by F.Joswig
|
2022-02-23 01:02:27 +01:00 |
|
Mattia Bruno
|
11437930c5
|
cleaned up definitions of wilsonclover fermions
|
2022-02-22 10:45:16 +01:00 |
|
Mattia Bruno
|
3d44aa9cb9
|
cleaned up cloverhelpers; fixed test compact_clover which runs
|
2022-02-22 01:10:19 +01:00 |
|
Mattia Bruno
|
2851870d70
|
expClover support via helpers template class
|
2022-02-22 00:05:43 +01:00 |
|
Peter Boyle
|
63dbaeefaa
|
Extra barrier prior to finalize just in case it fixes an issue on Tursa
|
2022-02-16 14:01:43 +00:00 |
|