Commit 8d485ea1 authored by Stan Moore's avatar Stan Moore
Browse files

Remove hardcoded execution spaces

parent f4b6b67f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -80,7 +80,7 @@ void FixNHKokkos<DeviceType>::init()
  FixNH::init();

  atomKK->k_mass.modify<LMPHostType>();
  atomKK->k_mass.sync<LMPDeviceType>();
  atomKK->k_mass.sync<DeviceType>();
}

/* ----------------------------------------------------------------------
+1 −1
Original line number Diff line number Diff line
@@ -46,7 +46,7 @@ void FixNVEKokkos<DeviceType>::init()
  FixNVE::init();

  atomKK->k_mass.modify<LMPHostType>();
  atomKK->k_mass.sync<LMPDeviceType>();
  atomKK->k_mass.sync<DeviceType>();
}

/* ----------------------------------------------------------------------
+1 −1
Original line number Diff line number Diff line
@@ -79,7 +79,7 @@ template<class DeviceType>
void FixQEqReaxKokkos<DeviceType>::init()
{
  atomKK->k_q.modify<LMPHostType>();
  atomKK->k_q.sync<LMPDeviceType>();
  atomKK->k_q.sync<DeviceType>();

  FixQEqReax::init();