diff options
author | 2020-01-27 13:48:50 -0800 | |
---|---|---|
committer | 2020-01-27 13:48:50 -0800 | |
commit | 7a7499ae8445e497d77f7febe44b3162b68f648a (patch) | |
tree | be0621c397672e007ba9888108603b1031cd8eb5 /Source/Particles/PhysicalParticleContainer.cpp | |
parent | 8bfc339a5f57fd6ca1f84d53d445d70ebf4eb650 (diff) | |
download | WarpX-7a7499ae8445e497d77f7febe44b3162b68f648a.tar.gz WarpX-7a7499ae8445e497d77f7febe44b3162b68f648a.tar.zst WarpX-7a7499ae8445e497d77f7febe44b3162b68f648a.zip |
remove synchronize call which should not be needed on this branch
Diffstat (limited to 'Source/Particles/PhysicalParticleContainer.cpp')
-rw-r--r-- | Source/Particles/PhysicalParticleContainer.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/Particles/PhysicalParticleContainer.cpp b/Source/Particles/PhysicalParticleContainer.cpp index aca9ab3d4..1430df6a0 100644 --- a/Source/Particles/PhysicalParticleContainer.cpp +++ b/Source/Particles/PhysicalParticleContainer.cpp @@ -1102,9 +1102,6 @@ PhysicalParticleContainer::FieldGather (int lev, costarr(i,j,k) += wt; }); } - // synchronize avoids cudaStreams from over-writing the temporary arrays used to - // store positions - Gpu::synchronize(); } } } |