1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-08-25 15:37:10 +01:00

Commit Graph

  • 95f66cc93c Merge branch 'feature/gpu-port' into develop Peter Boyle 2019-08-15 02:19:31 +01:00
  • 12eb2a6a34 Zero() change feature/gpu-port Peter Boyle 2019-08-15 01:43:00 +01:00
  • 7c8902b04f Merge branch 'develop' into feature/gpu-port Peter Boyle 2019-08-15 01:33:07 +01:00
  • 4278caa030 Force a couple of things to compile on NVCC Peter Boyle 2019-08-15 01:32:03 +01:00
  • be37dfb6f8 Remove debug code Peter Boyle 2019-08-15 01:31:40 +01:00
  • 5e8437029f nvcc error suppress Peter Boyle 2019-08-15 01:31:12 +01:00
  • e279b2be29 Merge develop Peter Boyle 2019-08-14 23:01:59 +01:00
  • 48e6efc7c9 Merge branch 'develop' into feature/gpu-port Peter Boyle 2019-08-14 18:56:54 +01:00
  • 55c095f620 Merge pull request #226 from nils-asmussen/fix/Gauss 0.8.2 release/0.8.2 Antonin Portelli 2019-08-14 17:50:38 +01:00
  • 3e49dc8a67 Reduction finished and hopefully fixes CI regression fail on single precisoin and force Peter Boyle 2019-08-14 15:18:34 +01:00
  • 96ac56cace Double precision variants for summation accuracy Peter Boyle 2019-08-14 13:08:01 +01:00
  • 2b037e3daa Update todo list Peter Boyle 2019-08-14 13:07:26 +01:00
  • 2d2de7aede Freeze the seed Peter Boyle 2019-08-14 13:07:11 +01:00
  • e3966aa49b Fix compiling of MSource::Gauss for single precision Nils Asmussen 2019-08-12 14:57:11 +01:00
  • ce97638bac Think the reduction is now sorted and cleaned up Peter Boyle 2019-08-11 11:09:01 +01:00
  • 53e3ab4131 Fix force term Peter Boyle 2019-08-11 11:06:13 +01:00
  • c2c4252a07 Merge pull request #216 from nils-asmussen/feature/GaussianSmearing Antonin Portelli 2019-08-08 12:29:55 +02:00
  • d566637cec Merge branch 'develop' of github.com:fionnoh/Grid into feature/A2A_current_insertion Fionn O hOgain 2019-08-07 12:11:40 +01:00
  • 51bed48cd2 added selfcontract module Felix Erben 2019-08-05 17:46:42 +01:00
  • b875edceab Merge branch 'feature/distil' of https://github.com/mmphys/Grid into feature/distil Felix Erben 2019-08-05 14:19:43 +01:00
  • 29df60c0cb some debugging stuff Felix Erben 2019-08-05 14:10:04 +01:00
  • 8d97e2a02a Say which A2AMatrix is being loaded, and which contraction is being performed (m of n) Michael Marshall 2019-08-02 19:23:18 +01:00
  • ed23f6be20 Remove blank line from log Michael Marshall 2019-08-02 15:59:18 +01:00
  • cad76827b0 Be consistent about separator usage. Log start / stop / duration Michael Marshall 2019-08-02 15:47:20 +01:00
  • 310867d46a Additional option to specify the separator used between terms in correlator Michael Marshall 2019-08-02 11:25:29 +01:00
  • e598178d94 TODO: Felix, please fix. I commented this out because of compiler errors Michael Marshall 2019-08-01 20:51:51 +01:00
  • 723457d467 Contractor updates ready for test on Tesseract: 1) Move definitions of serialisable objects into header for re-use by external programs/utilities 2) Add "-s" switch for "Simple" correlators, i.e. only include A2AMatrix info for the actual fields included in each contraction Michael Marshall 2019-08-01 20:35:55 +01:00
  • 6f40021842 Fixed compiler errors: TODO: Felix, please validate Michael Marshall 2019-08-01 19:57:59 +01:00
  • 9cd33a7b9c Printing improvement Peter Boyle 2019-07-31 08:01:24 +01:00
  • 639dc1ab21 GPU reduction fix and also exit backtrace option Peter Boyle 2019-07-31 01:23:23 +01:00
  • 9117f61109 GPU friendly Peter Boyle 2019-07-31 01:22:54 +01:00
  • bca36d9bc3 Merge branch 'develop' of https://github.com/paboyle/Grid into develop Peter Boyle 2019-07-30 22:51:23 +01:00
  • 263dcbabab Simplify the comms benchmark Peter Boyle 2019-07-30 22:51:04 +01:00
  • 622d5eaa3e Merge branch 'feature/distil' of https://github.com/mmphys/Grid into feature/distil Felix Erben 2019-07-30 13:47:22 +01:00
  • e66d48c142 second way to compute baryons - qdp style Felix Erben 2019-07-30 13:46:59 +01:00
  • 9dad7a0094 Reproducible reduction and axpy_norm offload from Gianluca. Hopefully get CG running entirely on GPU Peter Boyle 2019-07-30 00:14:12 +01:00
  • 8c6016f717 Merge pull request #219 from mmphys/feature/include Peter Boyle 2019-07-29 23:08:01 +01:00
  • 1282e1067f Do the force term on the accelerator too. Needed particularly because comms buffers are device memory. Peter Boyle 2019-07-29 22:58:35 +01:00
  • f5ad4f3de8 Added the ability to write a version of the validated XML file excluding any of the module IDs supplied in a separate exclude file Michael Marshall 2019-07-26 19:46:55 +01:00
  • 275c1c920f More info dump on error from CUDA Peter Boyle 2019-07-26 12:18:53 +01:00
  • fe700a183a Getting HMC to run Peter Boyle 2019-07-26 12:18:29 +01:00
  • 34108296cd Merge branch 'develop' into feature/gpu-port Peter Boyle 2019-07-20 17:05:35 +01:00
  • 76c704b84b Intrinsics for CLANG are now fixed in v6 Peter Boyle 2019-07-20 16:52:24 +01:00
  • ce255ec359 Relocate to fix build failure for comms none Peter Boyle 2019-07-20 16:37:03 +01:00
  • 1c096626cb Hypercube defaults to on if HPE detected, but override to off possible Peter Boyle 2019-07-20 16:06:16 +01:00
  • ce8b247426 Compiles Peter Boyle 2019-07-20 15:16:02 +01:00
  • 80481f81be Constructor typo Peter Boyle 2019-07-20 09:58:24 +01:00
  • d85dcc72df Multinode fix Peter Boyle 2019-07-20 07:13:28 +01:00
  • 3fedcd6d52 Compiles Peter Boyle 2019-07-20 07:12:44 +01:00
  • e7050a7aed Support gamma structure names that have trailing white space Michael Marshall 2019-07-19 11:58:56 +01:00
  • e138bc7204 debug output Felix Erben 2019-07-19 11:16:35 +01:00
  • 25ba4c5f80 Merge branch 'develop' into feature/gpu-port Peter Boyle 2019-07-19 11:01:55 +01:00
  • 671bcbcccb Merge branch 'develop' of https://github.com/paboyle/Grid into develop Peter Boyle 2019-07-19 10:48:22 +01:00
  • ff325376cb Fix single precision deriv test fail Peter Boyle 2019-07-19 10:47:44 +01:00
  • 6d4fb35d84 Ready for testing Michael Marshall 2019-07-19 10:33:03 +01:00
  • 9e926e3fc5 Build fix in develop Peter Boyle 2019-07-19 10:01:52 +01:00
  • 775eaee199 Fix for suspected Intel 2018.1 compiler bug under O3 Peter Boyle 2019-07-19 07:57:34 +01:00
  • 0fd2827d5d Fix fail in single Peter Boyle 2019-07-19 05:28:26 +01:00
  • bdd79f9ef8 TODO update Peter Boyle 2019-07-18 22:04:28 +01:00
  • 0695f8cec2 Single precision compile fix. Soon deprecate single precision Peter Boyle 2019-07-18 22:02:31 +01:00
  • 9fa705c5a0 comma fix Peter Boyle 2019-07-18 21:38:11 +01:00
  • 56cefadf9b gamma matrices as input Felix Erben 2019-07-18 17:46:43 +01:00
  • 9d82855c5d bugfix in Baryonutils ferben 2019-07-18 15:45:43 +01:00
  • 97d61f2564 bugfix in Baryonutils ferben 2019-07-18 14:57:10 +01:00
  • 331f5a53dc New header Peter Boyle 2019-07-18 14:51:09 +01:00
  • a23dc295ac Remove compiler errors and warnings Peter Boyle 2019-07-18 14:47:02 +01:00
  • 11a8668d19 bugfix in Baryonutils ferben 2019-07-18 14:44:55 +01:00
  • cded7670d0 new utils for baryons ferben 2019-07-18 14:29:04 +01:00
  • feb029fb66 new utils for baryons ferben 2019-07-18 14:24:16 +01:00
  • 08904f830e Merge develop Peter Boyle 2019-07-16 11:59:56 +01:00
  • fa9cd50c5b Merge branch 'develop' into feature/gpu-port Peter Boyle 2019-07-16 11:55:17 +01:00
  • 5a62ebe7b1 general baryons case added Felix Erben 2019-07-15 15:26:30 +01:00
  • 7c11525d1a Local stencil for complex wilson loops etc Peter Boyle 2019-07-14 14:05:09 +01:00
  • 42c1dbb1d1 General local stencil first cut for Patrick force term Peter Boyle 2019-07-14 14:04:28 +01:00
  • 6179acfda0 Put back a call that was required Peter Boyle 2019-07-14 13:59:54 +01:00
  • fa747173d1 Debugging references were to l-values, so added const to stop errors Michael Marshall 2019-07-14 11:08:00 +01:00
  • 07601ac1f5 Replace instantiation of Gparity Peter Boyle 2019-07-12 17:18:12 +01:00
  • 705a8098b2 Merge branch 'feature/gpu-port' of https://github.com/paboyle/Grid into feature/gpu-port Peter Boyle 2019-07-12 17:14:11 +01:00
  • a29b43d755 Stencil comms cleaner Peter Boyle 2019-07-12 17:12:25 +01:00
  • 368c8369ce Merge branch 'feature/gpu-port' of https://github.com/paboyle/Grid into feature/gpu-port Peter Boyle 2019-07-12 17:11:29 +01:00
  • c0d89a2dbb TODO updates Peter Boyle 2019-07-12 17:11:15 +01:00
  • 78ebd93281 Cuda 9.1 happy Peter Boyle 2019-07-12 17:11:00 +01:00
  • 3d58daf70f Safety check Peter Boyle 2019-07-12 17:10:35 +01:00
  • bd155ca5c0 Overlap comms with comput now supported Peter Boyle 2019-07-12 09:09:40 +01:00
  • 91e2cf9b40 All axes can be used for comms now Peter Boyle 2019-07-12 09:08:26 +01:00
  • 3cc9947731 Better welcome printing Peter Boyle 2019-07-12 06:47:51 +01:00
  • f15eeb0283 localise scope of variables declared in macro Peter Boyle 2019-07-12 06:47:01 +01:00
  • 0996ba9396 Pretty messaging Peter Boyle 2019-07-12 06:45:31 +01:00
  • 12afb0395f Debugging transposeSpin - seems just not to be implemented for Lattice<x> Michael Marshall 2019-07-11 17:42:26 +01:00
  • ec4aa978ab why cant I spinTranspose Felix Erben 2019-07-11 14:01:41 +01:00
  • 966a203dcb Interactions with GPU compilation Peter Boyle 2019-07-11 03:16:17 +01:00
  • 44170cc15f Initialise CUDA device prior to entering MPI. This may or may not interact with Summit which configures MPI - CUDA mapping with jsrun. TBD Cases of OpenMPI and MVAPICH are covered, and default to cudaSetDevice(0) otherwise Peter Boyle 2019-07-11 03:14:23 +01:00
  • 7bc4a06f3f This is probably what you want ... Michael Marshall 2019-07-10 12:29:33 +01:00
  • cd659525e1 You probably want to add this to the build. And you may need to do a bootstrap Michael Marshall 2019-07-10 12:08:37 +01:00
  • dc2240d2d8 why does sliceSum in Nucleon.hpp not work Felix Erben 2019-07-10 11:34:16 +01:00
  • 98cf20cf06 continued work on baryons Felix Erben 2019-07-09 17:42:36 +01:00
  • cc3346073e continued work on baryons Felix Erben 2019-07-09 17:30:32 +01:00
  • 3848da7c50 added nucleon module (non-distillation) Felix Erben 2019-07-08 17:43:14 +01:00
  • c3d0c176ab cleaning up Kl2 contraction Antonin Portelli 2019-05-24 13:08:35 +01:00
  • 0a71f8bb10 Merge pull request #222 from guelpers/feature/kl2QEDseq Antonin Portelli 2019-07-05 16:22:34 +01:00