lattice / quda

QUDA is a library for performing calculations in lattice QCD on GPUs.
https://lattice.github.io/quda
Other
289 stars 97 forks source link

Remove MILC gauge order from HISQ force verification code #1351

Closed weinbe2 closed 1 year ago

weinbe2 commented 1 year ago

This narrow PR removes the plumbing for the MILC gauge order in the HISQ force verification code, since it was unused (and didn't work in the multi-GPU case) anyways.

FWIW, this was originally going to be a hotfix branch due to linker errors with an extern variable, but around the same time that I finished the work for this PR, it turns out the linker error was just due to a stale build directory. In any case, it doesn't hurt to do this cleanup.