milc-qcd / milc_qcd

MILC collaboration code for lattice QCD calculations
Other
34 stars 33 forks source link

Does MILC Scale to MultiNode MultiGPU #38

Closed saipavan27 closed 3 years ago

saipavan27 commented 4 years ago

I want to try MILC on MultiNode MultiGPU setup. Does it scale to this?

stevengottlieb commented 4 years ago

Yes, it does. You should look at the instructions for compiling QUDA on GitHub. When compiling MILC make sure to set MPP and WANTQUDA to be true.

Hope this helps, Steven Gottlieb

On Jul 17, 2020, at 1:19 AM, saipavan27 notifications@github.com<mailto:notifications@github.com> wrote:

I want to try MILC on MultiNode MultiGPU setup. Does it scale to this?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/milc-qcd/milc_qcd/issues/38, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ABGG3BOLF6B2IO3FQYY2ZF3R37NM3ANCNFSM4O5RUBBA.

saipavan27 commented 3 years ago

Thanks!