1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-09-20 09:15:38 +01:00
Grid/Grid
Michael Marshall 4e87cbd400 Fix build with Intel '17 compiler, i.e. workaround incorrect auto types for c++ style definitions.
E.g. assuming T::rank is an int, then objects defined like so:
const auto rank{T::rank};
should also be int. Unfortunately, Intel '17 instead defines them to be std::initializer_list<int>, then proceeds to complain where these variables are used that they cannot be converted to int. NB: This was fixed under Intel '18
2019-03-23 09:28:41 +00:00
..
algorithms Merge branch 'feature/wilsonmg' of https://github.com/DanielRichtmann/Grid into DanielRichtmann-feature/wilsonmg 2019-01-02 14:39:59 +00:00
allocator Hadrons: moving Hadrons to root directory, build system improvements 2018-08-28 15:00:40 +01:00
cartesian Hadrons: moving Hadrons to root directory, build system improvements 2018-08-28 15:00:40 +01:00
communicator quieter initialisation 2019-02-10 20:47:35 +00:00
cshift Hadrons: moving Hadrons to root directory, build system improvements 2018-08-28 15:00:40 +01:00
json JSON update 2018-09-29 15:48:05 +01:00
lattice Const correctness 2018-11-19 11:27:57 +00:00
log Merge branch 'feature/wilsonmg' of https://github.com/DanielRichtmann/Grid into DanielRichtmann-feature/wilsonmg 2019-01-02 14:39:59 +00:00
parallelIO display relative norm during field IO norm check 2019-02-14 16:23:50 +00:00
perfmon log time fix 2018-11-23 15:51:27 +00:00
pugixml Hadrons: moving Hadrons to root directory, build system improvements 2018-08-28 15:00:40 +01:00
qcd Merge branch 'develop' into feature/distil 2019-03-22 12:08:50 +00:00
serialisation Fix build with Intel '17 compiler, i.e. workaround incorrect auto types for c++ style definitions. 2019-03-23 09:28:41 +00:00
simd Making sure same as Traits-recommend 2019-03-07 14:33:04 +00:00
sitmo_rng Hadrons: moving Hadrons to root directory, build system improvements 2018-08-28 15:00:40 +01:00
stencil Hadrons: moving Hadrons to root directory, build system improvements 2018-08-28 15:00:40 +01:00
tensors Added disclaimer on half-precision types 2019-03-18 12:15:25 +00:00
threads Hadrons: contractor performance fix 2018-11-16 20:59:49 +00:00
util Fix build with Intel '17 compiler, i.e. workaround incorrect auto types for c++ style definitions. 2019-03-23 09:28:41 +00:00
DisableWarnings.h Hadrons: moving Hadrons to root directory, build system improvements 2018-08-28 15:00:40 +01:00
Grid_Eigen_Dense.h MKL enable on Eigen if Grid is configured to use MKL 2018-10-05 11:29:40 +01:00
Grid.h Smearing 2019-02-26 11:29:12 +00:00
GridCore.h Hadrons: moving Hadrons to root directory, build system improvements 2018-08-28 15:00:40 +01:00
GridQCDcore.h Hadrons: moving Hadrons to root directory, build system improvements 2018-08-28 15:00:40 +01:00
GridStd.h Hadrons: moving Hadrons to root directory, build system improvements 2018-08-28 15:00:40 +01:00
Makefile.am mute Version.h cache creation 2018-09-10 15:16:59 +01:00