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

MILC interface for gauge fixing #339

Closed mathiaswagner closed 1 month ago

mathiaswagner commented 9 years ago

Now that gauge fixing is in QUDA we should expose this also in the MILC interface.

nmrcardoso commented 9 years ago

I have the gauge fixing in milc_interface.cpp/quda_milc_interface.h void qudaGaugeFixingOVR(...) void qudaGaugeFixingFFT(...) @mathiaswagner can you check the code and change if it not the correct way?

mathiaswagner commented 9 years ago

Oh, sorry. I missed that. I really should have checked this before creating the issue.

Do we still need to modify MILC so it can actually be used from MILC? Do you have a MILC version that calls the qudaGaugeFixing?

weinbe2 commented 1 month ago

As of two years ago MILC supports qudaGaugeFixingOVR : via https://github.com/milc-qcd/milc_qcd/commit/73c66e0f5985afa541b2f4fa50456873dce3e8ea and clean-up through https://github.com/milc-qcd/milc_qcd/pull/54 , closing