You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
I'm working on develop branch. I encountered the following issue while compiling
ks_imp_dyn/su3_rmd
:I noticed that in both the
develop
andrelease
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
?The text was updated successfully, but these errors were encountered: