1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-09-20 17:25:37 +01:00
Grid/lib
2016-05-01 18:30:44 -07:00
..
algorithms ConjugateGradient: cleaner output 2016-05-01 18:29:20 -07:00
cartesian Cartesian changes to allow all simd in one direction 2016-04-19 15:18:12 -07:00
communicator debug output removed 2016-04-16 08:41:28 +01:00
cshift Rotate in a direction > 2 for simd_layout 2016-04-19 15:35:15 -07:00
lattice SliceSum: shutting down warning about non-threaded code for now 2016-05-01 18:29:57 -07:00
Old Global edit adding copyright and license info to every source file. 2016-01-02 14:51:32 +00:00
parallelIO IO Bandwidth reporting 2016-03-16 02:30:16 -07:00
pugixml Correcting some compilation errors for clang-sse 2016-02-10 11:37:03 +09:00
qcd function to generate Chroma-style gamma matrix products 2016-05-01 18:30:35 -07:00
serialisation function to read std::vector from a string (blank separated values) 2016-04-30 00:15:44 -07:00
simd Testing travis CI integration 2016-04-30 06:30:56 -07:00
stencil Merge remote-tracking branch 'origin/chulwoo-dec12-2015' 2016-03-08 09:55:14 +00:00
tensors simd 5th dim with rotation 2016-04-19 15:39:00 -07:00
Algorithms.h Global edit adding copyright and license info to every source file. 2016-01-02 14:51:32 +00:00
AlignedAllocator.h Merge branch 'master' of https://github.com/paboyle/Grid 2016-03-02 07:04:03 -08:00
Cartesian.h Global edit adding copyright and license info to every source file. 2016-01-02 14:51:32 +00:00
Communicator.h Global edit adding copyright and license info to every source file. 2016-01-02 14:51:32 +00:00
Cshift.h Shmem comms [NO MPI] target added. The dwf test runs and passes. 2016-02-14 14:24:38 -06:00
Grid.h Avx512 changes for assembler kernels 2016-03-26 22:25:45 -06:00
Init.cc directly exit when using '--help' option 2016-05-01 16:05:16 -07:00
Init.h Global edit adding copyright and license info to every source file. 2016-01-02 14:51:32 +00:00
Lattice.h Global edit adding copyright and license info to every source file. 2016-01-02 14:51:32 +00:00
Lexicographic.h Had to break this out for universal access through the code base. 2016-02-11 07:40:09 -06:00
Log.cc Printing fix under comms none 2016-03-16 02:27:53 -07:00
Log.h cleaner output 2016-04-16 08:41:53 +01:00
Make.inc Update Make.inc 2016-04-20 18:25:48 +01:00
Makefile.am Shmem related fixes for shmem compile 2016-02-11 07:37:39 -06:00
PerfCount.cc Global edit adding copyright and license info to every source file. 2016-01-02 14:51:32 +00:00
PerfCount.h OS X icpc fix 2016-04-30 00:13:33 -07:00
Simd.h Rotate is a temporary hack. Would like to merge ALL 2016-04-19 15:15:34 -07:00
Stencil.h The threaded coms didn't agree with GCC. Suprised, and looks like GCC bug. 2016-04-29 16:49:18 -07:00
Tensors.h Global edit adding copyright and license info to every source file. 2016-01-02 14:51:32 +00:00
Threads.h Global edit adding copyright and license info to every source file. 2016-01-02 14:51:32 +00:00
Timer.h Microsecond granularity support 2016-03-16 02:28:51 -07:00