Skip to content

Compilation Issue with su3_rmd: Function Call Argument Mismatch #74

Description

@CunyangWei

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions