I'm working on develop branch. I encountered the following issue while compiling ks_imp_dyn/su3_rmd:
"update_u.c", line 47: error: too many arguments in function call
qudaUpdateU(MILC_PRECISION, eps, momentum, gauge);
^
1 error detected in the compilation of "update_u.c".
I noticed that in both the develop and release versions of the QUDA code, the interface is defined as:
void qudaUnitarizeSU3(int prec, double tol, QudaMILCSiteArg_t *arg);
How should I correctly compile su3_rmd?
I'm working on develop branch. I encountered the following issue while compiling
ks_imp_dyn/su3_rmd:I noticed that in both the
developandreleaseversions of the QUDA code, the interface is defined as:void qudaUnitarizeSU3(int prec, double tol, QudaMILCSiteArg_t *arg);How should I correctly compile
su3_rmd?