remove syncs that shouldn't be needed
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
||||
/* ---------------------------------------------------------------------- */
|
||||
|
||||
Reference in New Issue
Block a user