918c105c57
NVCC warning elimination
2018-01-24 13:23:59 +00:00
be1511d469
Remove old macros for threading
2018-01-24 13:23:24 +00:00
f1c31df9d2
updated Eigen version. Still didn't fix CUDA 9 no compile.
...
Worked around by switching off __NVCC__ during the include of Eigen and switching it
back on after. No Eigen code can be offloaded, note as a rsult of this. No harm done.
2018-01-24 13:19:29 +00:00
ff7b587fad
Ugly... nvcc needs -x cu to compile .cc as cuda.
...
Since CXXFLAGS is Also passed to linker, and -x cu breaks link phase must replace
CXX and CXXLD with nvcc -x cu and nvcc -link respectively.
2018-01-24 13:18:19 +00:00
4e1135b214
Updated pugixml to v1.8; still didn't fix no compile under nvcc.
...
Turns out nvcc was right; must to an explicit template instantiation that was missing
but left gcc, icpc and clang happy for some reason.
Fix this.
2018-01-24 13:17:10 +00:00
acd4955a18
remove rdtsc on __NVCC__ as may be device called
2018-01-24 13:16:18 +00:00
bd08dc4f45
Pragma use for nvcc, warning elimination.
2018-01-24 13:15:43 +00:00
22d137d4e5
Namespace, nvcc warning elimination.
2018-01-24 13:14:43 +00:00
87ee592176
Pragma changes and layout and warning elimination for nvcc
2018-01-24 13:14:09 +00:00
063603b1ea
Warning elimination
2018-01-24 13:12:14 +00:00
f292106db6
Split out pragms from threads.h;
...
More work needed; renam threads directory to "parallelism" or something like that
2018-01-24 13:11:04 +00:00
9d08aebea9
Compile through nvcc ; warning elimination fixes
2018-01-24 13:09:53 +00:00
4e30739093
First compile OK through nvcc on host
2018-01-24 13:08:47 +00:00
a1151fc734
Hadrons: MPI-safe serial IO
2018-01-23 17:26:50 +00:00
ab3baeb38f
Implement contractions and data output in functions; calculate diagrams S, X and 4C separately; output 2E and 2T instead of sunset_shifted, sunset_unshifted, tadpole_shifted, tadpole_unshifted; add comments.
2018-01-23 17:07:45 +00:00
389731d373
changed SeqConservedSummed.hpp to work with new hadrons interface
2018-01-23 10:11:33 +00:00
6e3ce7423e
Hadrons: don't display module list at startup (too long)
2018-01-22 20:04:05 +00:00
15f15a7cfd
Merge branch 'develop' into feature/hadrons
...
# Conflicts:
# extras/Hadrons/Modules.hpp
# extras/Hadrons/modules.inc
2018-01-22 20:03:36 +00:00
0e5f626226
Hadrons: module for scalar operator divergence
2018-01-22 19:38:19 +00:00
04f92ccddf
WilsonMG: Provide a fix for the previous commit; compiles and runs successfully now
...
I don't like the solution with the temporary very much though ...
2018-01-22 14:56:48 +01:00
3b2d805398
WilsonMG: Some first steps towards coarse spin dofs; not compiling yet
...
A failing conversion from the innermost type (Grid::Simd<...>) to a coarse
scalar (triple iScalar) in blockPromote prohibits this commit from working.
2018-01-22 12:45:51 +01:00
97b9c6f03d
No option for interior/exterior split of asm kernels since different directions get interleaved
2018-01-22 11:04:19 +00:00
63982819c6
No option to overlap comms and compute for asm implementation since different directions are interleaved
...
in the kernels, introducing if else structure would be too painful
2018-01-22 11:03:39 +00:00
6fec507bef
merged new hadrons interface
2018-01-22 10:09:20 +00:00
219b3bd34f
Remove freeVpTensor object
2018-01-19 17:14:11 +00:00
9dc885d297
Fix a bug in Wilson MG
...
The calculation of the lattice size of a second coarse level was incorrect.
2018-01-18 17:02:04 +01:00
a70c1feecc
Remove some unnecessary stuff in Wilson MG
2018-01-18 15:48:28 +01:00
38328100c9
Implement correctness checks for Wilson MG
2018-01-18 15:43:15 +01:00
9732519c41
Apply clang-format to Wilson MG
...
I can provide the configuration file I used if people want that.
2018-01-18 15:14:37 +01:00
fa4eeb28c4
Save current state in Wilson MG test file
2018-01-17 17:56:34 +01:00
b00d2d2c39
Correction of Representations compilation and small compilation error for Intel 17
2018-01-17 13:46:12 +00:00
f1b3e21830
Merge branch 'feature/clover' into develop
2018-01-17 10:07:42 +00:00
90ea472411
Auto emacs format C++ no namespace indent
2018-01-15 11:44:54 +00:00
56999474e2
Indent
2018-01-15 11:44:45 +00:00
d74c21a386
GLobal edit for QCD namespace removal & NAMESPACE macros
2018-01-15 09:37:58 +00:00
ca6bdd7302
Useful drive to emacs C++ mode
2018-01-15 00:24:41 +00:00
6f20f1d224
Namespace
2018-01-15 00:24:20 +00:00
d0e357ef89
CLeanup and no QCD namespace
2018-01-15 00:23:51 +00:00
21251f2e1b
Namespace and formatting changes
2018-01-15 00:21:27 +00:00
fcf1ccf669
Namespace, indent, badly formatted
2018-01-15 00:17:58 +00:00
49cce514f1
Namespace
2018-01-15 00:17:11 +00:00
695af98a1d
Namespace, indent, tidy
2018-01-15 00:16:13 +00:00
f8cb46d360
Namspace, indent, badly formatted code fixed
2018-01-15 00:14:47 +00:00
0da64dea90
Namespace, indent
2018-01-15 00:13:32 +00:00
2cceebbf12
Namespace, indent
2018-01-15 00:12:20 +00:00
40232dcefe
Namespce
2018-01-15 00:11:19 +00:00
dbd86bb95b
CLeanup, namespace, indent
2018-01-15 00:10:11 +00:00
b8fd2c161f
Indent, namespace
2018-01-15 00:09:33 +00:00
df9b979583
Indent, namespace
2018-01-15 00:08:40 +00:00
23ef0e3e19
Namespace and indentation
2018-01-15 00:07:46 +00:00