paboyle
8ae77d3706
Small simplification of FermionOperatorImpl towards GPU but not there yet
2018-02-01 22:41:54 +00:00
Peter Boyle
896f3a8002
Fix to MPI for Hokusai system
2018-02-01 18:51:51 +00:00
James Harrison
5f85473d6b
QedFVol: Move Projection class into Result class
2018-02-01 16:16:13 +00:00
Daniel Richtmann
871649238c
WilsonMG: Stricter naming for linear operators
2018-02-01 14:43:08 +01:00
James Harrison
ac3b0ebc58
QedFVol: New structure for ChargedProp output files
2018-02-01 12:31:32 +00:00
Daniel Richtmann
7c86d2085b
WilsonMG: Some minor cleanup
2018-02-01 12:24:16 +01:00
Daniel Richtmann
9292be0b69
WilsonMG: Add check for Mdiag + Σ Mdir == M
...
Need to test my implementations of CoarsenedMatrix::Mdiag &
CoarsenedMatrix::Mdir.
2018-01-31 14:03:30 +01:00
Guido Cossu
f0fcdf75b5
Update README.md
2018-01-30 12:44:20 +01:00
Guido Cossu
53bffb83d4
Updating README with new SKL target
2018-01-30 12:42:36 +01:00
Daniel Richtmann
10141f90c9
WilsonMG: Rename test file
2018-01-30 10:25:09 +01:00
Guido Cossu
cd44e851f1
Fixing compilation error in FundtoHirep
2018-01-30 06:04:30 +01:00
Daniel Richtmann
a414430817
Merge remote-tracking branch 'upstream/develop' into feature/ddalphaamg
2018-01-29 18:32:31 +01:00
Daniel Richtmann
f20728baa9
WilsonMG: Some further steps towards a three level method
...
Currently this is very "manual" as we are still testing stuff. Will refactor
and make it an algorithm once everything works.
What currently does work:
- All tests in MultiGridPreconditioner::runChecks for the first coarse grid
- The tests for the intergrid operators going from the first to the second
coarse grid
- (1 - P R) v == 0
- (1 - R P) v_c == 0
- A full solve with VPGCR and a two-level MG preconditioner
What hinders the rest of the tests from passing with a three-level method is the
absence of implementations of CoarsenedMatrix::Mdir and CoarsenedMatrix::Mdiag.
2018-01-29 18:29:49 +01:00
Daniel Richtmann
d2e68c4355
WilsonMG: Perform some minor cleanup
2018-01-29 18:07:10 +01:00
Daniel Richtmann
1cb745c8dc
Add function to return full type as std::string
...
Also works for nested templates. I find it useful for debugging.
Possible usage:
std::cout << "getTypename<AType>() = " << getTypename<Atype>() << std::endl;
std::cout << "getTypename<decltype(AnInstance)>() = " << getTypename<decltype(AnInstance)>() << std::endl;
2018-01-29 17:39:19 +01:00
Daniel Richtmann
faf4278019
Use 2 passes of GS in coarse operator construction
2018-01-29 17:21:42 +01:00
Daniel Richtmann
194e4b94bb
Make MG checking function work level-wise
2018-01-29 17:18:20 +01:00
Daniel Richtmann
bfc1411c1f
Use more iterations in subspace creation
2018-01-29 17:11:29 +01:00
Daniel Richtmann
161637e573
Turn on orthogonality checking temporarily
2018-01-29 17:10:05 +01:00
paboyle
79b50feacf
fixme updates
2018-01-29 16:00:40 +00:00
Guido Cossu
fb24e3a7d2
Adding utilities for perf profiling
2018-01-29 11:11:45 +01:00
Guido Cossu
655a69259a
Added support for GCC compilation for Skylake AVX512
2018-01-28 17:02:46 +01:00
paboyle
c67c1544cd
abs no compile on travis fix attempt
2018-01-28 10:26:04 +00:00
paboyle
e657f9a344
OMP collapse changes to make NVCC happy
2018-01-28 01:21:53 +00:00
paboyle
b6ebf35af5
Intel compiler doesn't like Nvidia error disable pragmas
2018-01-28 01:03:10 +00:00
paboyle
604c05f4b8
parallel_for elimination -> thread_loop
2018-01-28 01:01:36 +00:00
paboyle
70e276e1ab
parallel_for elimination -> thread_loop
2018-01-28 01:01:14 +00:00
paboyle
9472b02771
Parallel_for elimination -> thread_loop.
2018-01-28 01:00:55 +00:00
paboyle
9597ab94eb
Zero changes, swap on lattice type.
2018-01-27 23:51:40 +00:00
paboyle
ce4da83bc2
Zero changes, literally
2018-01-27 23:51:10 +00:00
paboyle
d557f3ef77
Zero changes (literally) and also a warning elimination
2018-01-27 23:50:43 +00:00
paboyle
f574c20118
Zero changes, __VA_ARGS__ and swap
2018-01-27 23:50:17 +00:00
paboyle
f102897385
VA_ARGS to make comma safe automatic
2018-01-27 23:49:47 +00:00
paboyle
d6fce3e498
Zero changes, literally
2018-01-27 23:48:01 +00:00
paboyle
2d0bcc2606
Zero changes, acceleartor on kernels and some thread loop changes
2018-01-27 23:47:38 +00:00
paboyle
45df59720e
Zero changes and VA_ARGS changes
2018-01-27 23:46:58 +00:00
paboyle
44ef5bc207
Zero changes (literally speaking).
2018-01-27 23:46:28 +00:00
paboyle
98af36217a
Zero changes. (I mean literally)
2018-01-27 23:46:02 +00:00
James Harrison
4e0cf0cc28
QedFVol: Fix bug in ScalarVP.cc due to double use of temporary object. Still getting mpi3 errors when configured with enable-comms=mpi[-auto].
2018-01-27 15:15:25 +00:00
Guido Cossu
507c4e9efc
Correcting an missing semicolumn in avx512
2018-01-27 10:59:55 +01:00
paboyle
be7b37b9c9
Mistake on openmp
2018-01-27 00:05:11 +00:00
paboyle
c4f82e072b
_grid becomes private ; use Grid()§
2018-01-27 00:04:12 +00:00
paboyle
3f9654e397
Hiding internals
2018-01-26 23:09:03 +00:00
paboyle
912b50f6fa
Hiding lattice internals
2018-01-26 23:08:45 +00:00
paboyle
2a4a0e43c1
Hide internals
2018-01-26 23:08:27 +00:00
paboyle
32523a229c
Hide internals
2018-01-26 23:08:02 +00:00
paboyle
1ebd56c3fb
Hide internal data
2018-01-26 23:07:34 +00:00
paboyle
8dccffdfd5
Hide internal data
2018-01-26 23:06:51 +00:00
paboyle
5642ea270f
Hide internal data
2018-01-26 23:06:28 +00:00
paboyle
43cea62855
Hide internal data
2018-01-26 23:06:03 +00:00