ECP-copa / CabanaMD

Molecular dynamics proxy application based on Cabana
Other
19 stars 13 forks source link

Fix Cuda unit tests #79

Closed streeve closed 3 years ago

streeve commented 3 years ago

Within the unit tests, Cuda Views/slices (mass and velocity) were being accessed on the host and failing. This now passes locally, but is still not tested in the CI.

streeve commented 3 years ago

Thanks to both @masterleinad and @singraber finding this before I did