Grid
Grid copied to clipboard
Recent commit causing Grid build to fail
A previously working Grid build fails with the latest commit 994512048efa19af86a9026ed1ea0f4de25077a6 in develop.
Get the error:
<path>/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); ^~~~~~~~~~~~~~ <path>/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<cplx> &ta) {
The above test is on an AMD GPU machine. In case you need it, my build script is here
Can confirm that switching to an older commit d72e914cf0ed7be6749f13dc307fa0dceaa1add2 builds Grid without any problems.