NVIDIA / CoMD-CUDA

GPU implementation of classical molecular dynamics proxy application.
Other
29 stars 19 forks source link

L-J forces are not working properly #12

Open nsakharnykh opened 7 years ago

nsakharnykh commented 7 years ago

Looks like buildAtomListGpu() may be broken when running in L-J mode. Going into buildAtomListGpu(), a_list.n starts out with the correct value, but when it returns (after copying out the resulting count back from the GPU), it's getting zero back, and after that it's game over.