paboyle / Grid

Data parallel C++ mathematical object library
GNU General Public License v2.0
155 stars 111 forks source link

Recent commit causing Grid build to fail #445

Open vmos1 opened 1 year ago

vmos1 commented 1 year ago

A previously working Grid build fails with the latest commit 994512048efa19af86a9026ed1ea0f4de25077a6 in develop.

Get the error: `/2023_august1_tioga_rocm5.2.0/Grid/Grid/qcd/smearing/GaugeConfigurationMasked.h:39:7: error: no matching function for call to 'generator' SU3::generator(e, te); ^~~~~~

/2023_august1_tioga_rocm5.2.0/Grid/Grid/qcd/utils/SUn.h:199:15: note: candidate template ignored: could not match 3 against 4 static void generator(int lieIndex, iSUnMatrix &ta) {` The above test is on an AMD GPU machine. In case you need it, my build script is [here](https://github.com/vmos1/su4_dm_grid_lsd/blob/main/build_GRID/grid_tioga/build_grid_tioga.sh) Can confirm that switching to an older commit **d72e914cf0ed7be6749f13dc307fa0dceaa1add2** builds Grid without any problems.