aboutsummaryrefslogtreecommitdiff
path: root/Source/Particles/PhysicalParticleContainer.cpp
diff options
context:
space:
mode:
authorGravatar Andrew Myers <atmyers2@gmail.com> 2020-01-27 13:48:50 -0800
committerGravatar Andrew Myers <atmyers2@gmail.com> 2020-01-27 13:48:50 -0800
commit7a7499ae8445e497d77f7febe44b3162b68f648a (patch)
treebe0621c397672e007ba9888108603b1031cd8eb5 /Source/Particles/PhysicalParticleContainer.cpp
parent8bfc339a5f57fd6ca1f84d53d445d70ebf4eb650 (diff)
downloadWarpX-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.cpp3
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();
}
}
}