1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-24 10:42:03 +01:00

Commit Graph

  • 5a4eafbf7e .travis paboyle 2017-04-13 12:50:43 +01:00
  • eb8e26018b Travis update for macos paboyle 2017-04-13 12:35:11 +01:00
  • db5ea001a3 Update to use Xcode 8.3 since -mfp16 causes SIGILL paboyle 2017-04-13 12:22:40 +01:00
  • 2846f079e5 Predicate tests on fp16 being enabled paboyle 2017-04-13 12:08:05 +01:00
  • 1d502e4ed6 FP16 optional compile time paboyle 2017-04-13 11:55:24 +01:00
  • 73cdf0fffe Drop f16c from SSE because of a macos compile error on travis paboyle 2017-04-13 11:23:41 +01:00
  • 1c25773319 Trap illegal instructions paboyle 2017-04-13 10:51:40 +01:00
  • c38400b26f Trap signals paboyle 2017-04-13 10:35:20 +01:00
  • 9c3065b860 Debug flags off again paboyle 2017-04-13 10:01:32 +01:00
  • 94eb829d08 Align cast fixed for __mm128i gcc complained paboyle 2017-04-13 08:40:44 +01:00
  • 68392ddb5b Exchange in generic Precision change in AVX, SSE, AVX512, Generic. QPX still to do. paboyle 2017-04-13 08:38:12 +01:00
  • cb6b81ae82 Half precision conversion paboyle 2017-04-12 19:32:37 +01:00
  • c382c351a5 Quark test output correction. Lanny91 2017-03-10 15:05:59 +00:00
  • af2d6ce2e0 Encapsulated 4D->5D and 5D->4D conversions in separate functions & added corresponding tests. Lanny91 2017-03-10 14:59:11 +00:00
  • 90ec6eda0c Rare K test solver name fix Antonin Portelli 2017-04-10 17:48:58 +01:00
  • ac1253bb76 Corrected solver in rare kaon test Lanny91 2017-04-10 17:42:55 +01:00
  • fe8d625694 Merge commit '5e477ec553aa48d7d19b5a7c45d41acbb3392bcb' into feature/rare_kaon Antonin Portelli 2017-04-10 17:23:37 +01:00
  • 53e76b41d2 Merge branch 'develop' into feature/hadrons Antonin Portelli 2017-04-10 17:00:53 +01:00
  • 8ef4300412 spurious .dirstamp files removed Antonin Portelli 2017-04-10 17:00:22 +01:00
  • 98a24ebf31 The macro “magics” is very intensive for the preprocessor in the measurement code which has numerous serialisable classes. Reducing the number of serialisable fields to 64 (instead of 1024) helps a lot, this is enough for now and can be extended trivially if needed in the future. Antonin Portelli 2017-04-10 16:58:54 +01:00
  • e4a105a30b Merge branch 'feature/qed-fvol' of https://github.com/paboyle/Grid into feature/qed-fvol James Harrison 2017-04-10 16:35:01 +01:00
  • 26ebe41fef QedFVol: Implement charged propagator calculation within ScalarVP module James Harrison 2017-04-10 16:33:54 +01:00
  • b12dc89d26 Commenting and clean up paboyle 2017-04-10 20:38:20 +09:00
  • d80d802f9d MultiRHS solver test paboyle 2017-04-10 00:12:12 +09:00
  • 3d99b09dba Start of blockCG paboyle 2017-04-09 23:42:10 +09:00
  • db5f6d3ae3 Verbose fix paboyle 2017-04-09 23:41:30 +09:00
  • 683550f116 Const args improvement paboyle 2017-04-09 23:41:04 +09:00
  • 5e477ec553 Merge branch 'feature/hadrons' of https://github.com/paboyle/Grid into feature/rare_kaon Lanny91 2017-04-07 11:51:09 +01:00
  • f80a847aef Merge branch 'develop' into bugfix/dminus Chulwoo Jung 2017-04-06 23:49:10 -04:00
  • 93cb5d4e97 Working version of Lanczos without the extra copy. Chulwoo Jung 2017-04-06 23:35:30 -04:00
  • 9e48b7dfda MEM_SAVE in Lanczos seems to be working, but not pretty Chulwoo Jung 2017-04-06 22:21:56 -04:00
  • 55d0329624 Merge branch 'develop' of https://github.com/paboyle/Grid into develop paboyle 2017-04-07 11:08:14 +09:00
  • 86aaa35294 Christoph needs SchurDiagTwoKappa which is mobius specific. paboyle 2017-04-07 11:07:40 +09:00
  • 363611ae21 Merge branch 'develop' into feature/clover Guido Cossu 2017-04-05 16:26:04 +01:00
  • 172d3dc93a Correcting names in tests Guido Cossu 2017-04-05 16:24:04 +01:00
  • 3b8a791e28 Merge branch 'develop' into feature/clover Guido Cossu 2017-04-05 16:20:28 +01:00
  • 7b03d8d087 Fixing the remaining merge conflicts Guido Cossu 2017-04-05 16:17:46 +01:00
  • 4b759b8f2a Merge branch 'feature/hmc_generalise' into feature/scalar_adjointFT Guido Cossu 2017-04-05 14:50:28 +01:00
  • 8c540333d5 Merge branch 'develop' into feature/hmc_generalise Guido Cossu 2017-04-05 14:41:04 +01:00
  • 6fd82228bf Working on the derivative Guido Cossu 2017-04-05 10:51:44 +01:00
  • d0c2c9c71f Merge branch 'develop' of https://github.com/paboyle/Grid into bugfix/dminus bugfix/dminus Chulwoo Jung 2017-04-04 15:20:17 -04:00
  • c8cafa77ca Checking in the latest Lacnzos Chulwoo Jung 2017-04-04 15:18:12 -04:00
  • 5592f7b8c1 Creation mode better implementation feature/shm-chmod paboyle 2017-04-05 02:35:34 +09:00
  • 35da4ece0b UID fix paboyle 2017-04-05 02:18:15 +09:00
  • 061b15b9e9 Merge branch 'feature/sitmo-skipahead' into develop paboyle 2017-04-05 01:24:49 +09:00
  • ca6efc685e Merge branch 'develop' into feature/clover Guido Cossu 2017-04-04 10:19:02 +01:00
  • 1e496fee74 Merge branch 'develop' into feature/qed-fvol Antonin Portelli 2017-04-03 19:02:57 +01:00
  • ff4e54ef80 Merge branch 'develop' into feature/hadrons Antonin Portelli 2017-04-03 18:56:21 +01:00
  • 561426f6eb Clean up feature/sitmo-skipahead paboyle 2017-04-02 23:13:48 +09:00
  • 83f6fab8fa Big/Small crush test, and fast SITMO rng init, faster but not ideal MT and Ranlux init. paboyle 2017-04-02 12:10:51 +09:00
  • 0fade84ab2 No random device paboyle 2017-04-02 00:29:40 +09:00
  • 9dc7ca4c3b Sitmo fast init paboyle 2017-04-02 00:28:22 +09:00
  • 935d82f5b1 sanity checks paboyle 2017-04-02 00:27:28 +09:00
  • 9cbcdd65d7 No random device seed paboyle 2017-04-02 00:26:57 +09:00
  • f18f5ed926 Drop random device paboyle 2017-04-02 00:26:26 +09:00
  • d1d63a4f2d sitmo default paboyle 2017-04-02 00:26:05 +09:00
  • 7e5faa0f34 Multiple RNGs paboyle 2017-04-02 00:25:44 +09:00
  • 6af459cae4 Christoph's coefficients. paboyle 2017-03-31 17:07:43 +09:00
  • 1c4bc7ed38 Debugged staggered conventions paboyle 2017-03-31 14:41:48 +09:00
  • a3bcad3804 Added preconditioned SYM2 solver (SchurRedBlackDiagTwoSolve) Chulwoo Jung 2017-03-30 20:33:27 -04:00
  • cd1bd921bd Reduced code duplication for Weak Hamiltonian contraction modules Lanny91 2017-03-30 18:02:14 +01:00
  • 5a5b66292b Merge branch 'develop' of https://github.com/paboyle/Grid into bugfix/dminus Chulwoo Jung 2017-03-30 10:44:02 -04:00
  • b8ae787b5e Correcting a simple typo Guido Cossu 2017-03-30 11:33:15 +01:00
  • fbe2c3b5f9 ]Merge branch 'develop' into feature/clover Guido Cossu 2017-03-30 11:18:31 +01:00
  • 1ed69816b9 First steps for the force term Guido Cossu 2017-03-30 11:14:27 +01:00
  • fff5751b1a HADRONS: Updated rare kaon test program, including all contractions. Sink smearing still to be implemented. Lanny91 2017-03-30 10:57:01 +01:00
  • 2c81696fdd HADRONS: 4pt Weak + current disconnected topology (e.g. for rare neutral kaon decays) Lanny91 2017-03-30 10:37:17 +01:00
  • c9dc22efa1 HADRONS: Standalone disconnected loop contraction. Lanny91 2017-03-30 10:33:18 +01:00
  • 0ab04a000f HADRONS: 3pt contraction with gamma insertion between two propagators. Lanny91 2017-03-30 10:30:58 +01:00
  • 93ea5d9468 Pretty code paboyle 2017-03-30 15:00:03 +09:00
  • 1ec5d32369 Chulwoo's test to zmobius helped me shake out paboyle 2017-03-30 13:45:13 +09:00
  • 9fd23faadf Pretty layout paboyle 2017-03-30 13:44:45 +09:00
  • 10e4fa0dc8 Template instantiation improvements paboyle 2017-03-30 13:44:25 +09:00
  • c4aca1dde4 Conjugate coefficients on adjoint paboyle 2017-03-30 13:44:05 +09:00
  • b9e8ea3aaa conjugate coefficient on the dagger paboyle 2017-03-30 13:43:13 +09:00
  • 077aa728b9 Fix the ZMobius (I think) paboyle 2017-03-30 13:42:09 +09:00
  • a8d83d886e Macro controls paboyle 2017-03-30 13:31:34 +09:00
  • 7fd46eeec4 Trailing whitespace removal paboyle 2017-03-30 13:31:10 +09:00
  • e0c4eeb3ec Compiles again paboyle 2017-03-30 13:30:45 +09:00
  • cb9a297a0a Chulwoo's Zmobius test paboyle 2017-03-30 13:30:25 +09:00
  • 2b115929dc Small AVX512 asm ifdef patch paboyle 2017-03-29 18:51:23 +09:00
  • 5c6571dab1 Merge branch 'feature/bgq-asm' into develop paboyle 2017-03-29 18:48:55 +09:00
  • 417ec56cca Release candidate feature/bgq-asm paboyle 2017-03-29 05:45:33 -04:00
  • 756bc25008 Verbose header print by default paboyle 2017-03-29 04:44:17 -04:00
  • 35695ba57a Bug fix in MPI3 paboyle 2017-03-29 04:43:55 -04:00
  • 81ead48850 Log any errors to a file paboyle 2017-03-29 04:39:52 -04:00
  • d805867e02 Better init paboyle 2017-03-28 13:25:05 -04:00
  • e55a751e23 Merge branch 'feature/bgq-asm' of https://github.com/paboyle/Grid into feature/bgq-asm paboyle 2017-03-28 12:20:12 -04:00
  • 358eb75995 Shorten loop paboyle 2017-03-28 12:20:02 -04:00
  • 98f9318279 Build on AVX2 and MPI passing with clang++ paboyle 2017-03-28 23:16:04 +09:00
  • 4b17e8eba8 Merge branch 'develop' into feature/bgq-asm paboyle 2017-03-28 04:49:30 -04:00
  • e63be32ad2 zmobius Meooe5D fixed? Chulwoo Jung 2017-03-28 03:48:50 -04:00
  • 75112a632a IO improvements to fail on IO error paboyle 2017-03-28 02:28:04 -04:00
  • 18bde08d1b Merge branch 'feature/staggering' into develop paboyle 2017-03-28 15:25:55 +09:00
  • 6aa106d906 Fixing zmobius coeffs again Chulwoo Jung 2017-03-27 21:57:07 -04:00
  • 33d59c8869 Adding Zmobius prec test Chulwoo Jung 2017-03-27 21:40:27 -04:00
  • a833fd8dbf Merge branch 'develop' of https://github.com/paboyle/Grid into bugfix/dminus Chulwoo Jung 2017-03-27 21:37:26 -04:00
  • 9f755e0379 Add functions momD1 and momD2 to ScalarVP James Harrison 2017-03-27 16:49:18 +01:00
  • 4512dbdf58 Rename module ScalarFV to ScalarVP James Harrison 2017-03-27 15:02:16 +01:00
  • 483fd3cfa1 Add propagator expansion terms as inputs to ScalarFV James Harrison 2017-03-27 13:24:51 +01:00