Commit 6cc969db authored by Stan Moore's avatar Stan Moore
Browse files

Fixing warnings in Kokkos

parent 8050eb3a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -45,7 +45,7 @@ template<class DeviceType>
FixEOStableRXKokkos<DeviceType>::FixEOStableRXKokkos(LAMMPS *lmp, int narg, char **arg) :
  FixEOStableRX(lmp, narg, arg)
{
  int kokkosable = 1;
  kokkosable = 1;

  atomKK = (AtomKokkos *) atom;
  execution_space = ExecutionSpaceFromDevice<DeviceType>::space;
+1 −0
Original line number Diff line number Diff line
@@ -24,6 +24,7 @@ namespace LAMMPS_NS {
struct RandWrap {
  class RanMars* rng;

  KOKKOS_INLINE_FUNCTION
  RandWrap() {
    rng = NULL;
  }