remove syncs that shouldn't be needed

This commit is contained in:
Dan Ibanez
2017-01-03 09:15:30 -07:00
committed by Dan Ibanez
parent 89795b3653
commit e3ebd8e7f1

View File

@ -70,9 +70,6 @@ void FixDPDenergyKokkos<DeviceType>::take_half_step()
atomKK->modified(execution_space, UCOND_MASK);
atomKK->modified(execution_space, UMECH_MASK);
//should not be needed once everything is Kokkos
atomKK->sync(ExecutionSpaceFromDevice<LMPHostType>::space, UCOND_MASK);
atomKK->sync(ExecutionSpaceFromDevice<LMPHostType>::space, UMECH_MASK);
}
/* ---------------------------------------------------------------------- */