Homec4science

fix a CUDA constructor warning

Authored by Dan Ibanez <daibane@sandia.gov> on Jan 11 2017, 17:11.

Description

fix a CUDA constructor warning

The class params_lj_coul was copy-pasted
into many different pair styles, and only
one of them had the proper KOKKOS_INLINE_FUNCTION
annotations for CUDA.
created a header file for this class that
most of the pair styles now include.
One pair style did add extra members,
so it keeps a local copy of the class.

Details

Committed
Dan Ibanez <daibane@sandia.gov>Jan 11 2017, 17:11
Pushed
jungeOct 19 2017, 09:53
Parents
rLAMMPS7162cafdf5a5: Squelching output from Makefile
Branches
Unknown
Tags
Unknown

Event Timeline

Dan Ibanez <daibane@sandia.gov> committed rLAMMPS9f4e5e06616c: fix a CUDA constructor warning (authored by Dan Ibanez <daibane@sandia.gov>).Jan 11 2017, 17:11