LLNL/USER-EPH

Bug with GPU version

Opened this issue · 3 comments

GPU version has a bug which makes the results incorrect.

Bug is related to compute language < 70.

Changed default values as a workaround for the bug (temporary).
commit 14ef50d

This calls for a regression test https://en.wikipedia.org/wiki/Regression_testing , that is an a posteriori test to not repeat the same bug in the future.

I recommend looking into Catch2 or Boost.Test to add a suite of tests.