I found the problem. It's wasn't actually related to multiple GPUs. It was caused by the fact that the Drude particles were at exactly the same positions as their parent particles. That led to a nan in the force computation. The fix is at https://github.com/pandegroup/openmm/pull/1509. Could you give it a try?
Peter
problem with multi-gpu on CUDA & OpenCL
- Peter Eastman
- Posts: 2607
- Joined: Thu Aug 09, 2007 1:25 pm
- Mary Van Vleet
- Posts: 18
- Joined: Wed Dec 09, 2015 11:56 am
Re: problem with multi-gpu on CUDA & OpenCL
Peter,
Yes, this fixes my problem! As always, thank you so much for your timely help.
Cheers,
Mary
Yes, this fixes my problem! As always, thank you so much for your timely help.
Cheers,
Mary
- Peter Eastman
- Posts: 2607
- Joined: Thu Aug 09, 2007 1:25 pm
Re: problem with multi-gpu on CUDA & OpenCL
Ok, great. The fix is merged.
Peter
Peter